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.
| Property | Description |
|---|---|
| Title | The title of this condition type. |
| Constructor | Description |
|---|---|
| ConditionAttribute | Initializes a new instance of the ConditionAttribute class. |