Class TrackClipTypeAttribute
Specifies the type of PlayableAsset that a TrackAsset derived class can create clips of.
구현
상속된 멤버
네임스페이스: UnityEngine.Timeline
어셈블리: solution.dll
구문
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public class TrackClipTypeAttribute : Attribute, _Attribute
생성자
이름 | 설명 |
---|---|
TrackClipTypeAttribute(Type) | |
TrackClipTypeAttribute(Type, bool) |
필드
이름 | 설명 |
---|---|
allowAutoCreate | Whether to allow automatic creation of these types. |
inspectedType | The type of the clip class associate with this track |