Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

TrackClipTypeAttribute Constructor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public TrackClipTypeAttribute(Type clipClass);
public TrackClipTypeAttribute(Type clipClass, bool allowAutoCreate);

Parameters

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.

Description

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.

Did you find this page useful? Please give it a rating: