Version: 2018.2

TrackClipTypeAttributeConstructor

マニュアルに切り替える
public TrackClipTypeAttribute (Type clipClass);
public TrackClipTypeAttribute (Type clipClass, bool allowAutoCreate);

パラメーター

clipClassThe type of the clip class to associate with this track. Must derive from PlayableAsset.
allowAutoCreateWhether to allow automatic creation of these types. Default value is true.

説明

Specifies the type of PlayableAsset that this track can create clips representing.

Setting allowAutoCreate to false will cause Timeline to not show menu items for creating clips of this type.