Interface ITimelineClipAsset
Implement this interface to support advanced features of timeline clips.
Namespace: UnityEngine.Timeline
Syntax
public interface ITimelineClipAsset
Properties
clipCaps
Returns a description of the features supported by clips with PlayableAssets implementing this interface.
Declaration
ClipCaps clipCaps { get; }
Property Value
Type | Description |
---|---|
ClipCaps |