Method OnCreate
OnCreate(IMarker, IMarker)
Called when a marker is created.
선언
public virtual void OnCreate(IMarker marker, IMarker clonedFrom)
파라미터
| 타입 | 이름 | 설명 |
|---|---|---|
| IMarker | marker | The marker that is created. |
| IMarker | clonedFrom | TThe source that the marker was copied from. This can be set to null if the marker is not a copy. |
참고
The callback occurs before the marker is assigned to the track.