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

ConditionAttribute

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 Condition class, such as its title.

Apply this attribute to a class derived from Condition to define its ConditionAttribute.Title, used to name the condition in the add-condition menu of the transition inspector. Without the attribute, the menu shows the condition type name formatted for display. The label of the condition row in the transition inspector is controlled by Condition.Title.

Properties

Property Description
Title The title of this condition type.

Constructors

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