Version 21.2

RadialMenuClientEvents Class Fields

For a list of all members of this type, see RadialMenuClientEvents members.

Public Fields
 NameDescription
Public FieldClosedEvent that occurs when the isOpen of the radial menu is changed to false.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

 
Public FieldOpenedEvent that occurs when the isOpen of the radial menu is changed to true.

Function takes first argument null and second argument ui.

Use ui.owner to obtain reference to radial menu widget.

 
See Also

View on GitHub