Version: Unity 6.7 Alpha (6000.7)
LanguageEnglish
  • C#

TransitionAttribute

class in Unity.GraphToolkit.Editor

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

Description

Attribute used to specify metadata for a SelfTransition class.

Apply this attribute to a class derived from SelfTransition to define its default TransitionAttribute.CategoryPath, TransitionAttribute.IconPath and TransitionAttribute.Title.

Properties

Property Description
CategoryPath The category path used to place the transition creation action in a submenu of the state context menu.
IconPath The file path to the transition's icon.
Title The title of this transition type.

Constructors

Constructor Description
TransitionAttribute Initializes a new instance of the TransitionAttribute class.