Version

RadialMenuClientEvents Class Members

The following tables list the members exposed by RadialMenuClientEvents.

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