Interface IMarker
Interface implemented by markers.
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
public interface IMarker
참고
A marker is a point in time.
프로퍼티
이름 | 설명 |
---|---|
parent | The track that contains the marker. |
time | The time set for the marker, in seconds. |
메서드
이름 | 설명 |
---|---|
Initialize(TrackAsset) | This method is called when the marker is initialized. |