Class MarkerTrack
Use this track to add Markers bound to a GameObject.
Inherited Members
Namespace: UnityEngine.Timeline
Syntax
[Serializable]
[TrackBindingType(typeof(GameObject))]
[ExcludeFromPreset]
public class MarkerTrack : TrackAsset, IPlayableAsset, IPropertyPreview, ICurvesOwner, ISerializationCallbackReceiver
Properties
outputs
Returns a description of the PlayableOutputs that will be created by this track.
Declaration
public override IEnumerable<PlayableBinding> outputs { get; }
Property Value
Type | Description |
---|---|
IEnumerable<PlayableBinding> |