Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CategoryPath

The category path used to place the transition creation action in a submenu of the state context menu.
Read time 1 minuteLast updated 11 days ago

Definition

public string CategoryPath { get; }

Remarks

Use
/
to separate nested submenus. For example, a TransitionAttribute.CategoryPath of
"Transitions/Advanced"
places the transition under the
Transitions/Advanced
submenu. If the category path is null or empty, the transition creation action appears at the root of the context menu.