Class TrackClipTypeAttribute
Specifies the type of PlayableAsset that a TrackAsset derived class can create clips of.
Implements
Inherited Members
Namespace: UnityEngine.Timeline
Assembly: solution.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class TrackClipTypeAttribute : Attribute, _Attribute
Constructors
| Name | Description |
|---|---|
| TrackClipTypeAttribute(Type) | |
| TrackClipTypeAttribute(Type, bool) |
Fields
| Name | Description |
|---|---|
| allowAutoCreate | Whether to allow automatic creation of these types. |
| inspectedType | The type of the clip class associate with this track |