class MAGES::Editor::DropDownToggle¶
Overview¶
Toggle that slides. More…
class DropDownToggle: public UnityEngine.UIElements.Button { public: // classes class UxmlFactory; // methods DropDownToggle(); DropDownToggle(System.Action onClick); };
Detailed Documentation¶
Toggle that slides.
Methods¶
DropDownToggle()
Initializes a new instance of the DropDownToggle class.
DropDownToggle(System.Action onClick)
Initializes a new instance of the DropDownToggle class.
Parameters:
onClick |
The on click event. |