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 |
---|---|
Track |
|
Track |
Fields
Name | Description |
---|---|
allow |
Whether to allow automatic creation of these types. |
inspected |
The type of the clip class associate with this track |