Constructor TrackClipTypeAttribute
TrackClipTypeAttribute(Type)
선언
public TrackClipTypeAttribute(Type clipClass)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | clipClass | The type of the clip class to associate with this track. Must derive from PlayableAsset. |
TrackClipTypeAttribute(Type, bool)
선언
public TrackClipTypeAttribute(Type clipClass, bool allowAutoCreate)
파라미터
타입 | 이름 | 설명 |
---|---|---|
Type | clipClass | The type of the clip class to associate with this track. Must derive from PlayableAsset. |
bool | allowAutoCreate | Whether to allow automatic creation of these types. Default value is true. |
참고
Setting allowAutoCreate to false will cause Timeline to not show menu items for creating clips of this type.