Toggle Button
Last updated: 9 months ago • 2 versions | Visibility: Public
Description
A button with the same feature as the simple button, but with two additional states : Toggle or Untoggle.
Unity Events
OnClick | This event is called when the button is pressed and released. |
OnPress | This event is called when the button is pressed. |
OnUnpress | This event is called when the button is released. |
OnToggle | This event is called when the button is toggle. |
OnUntoggle | This event is called when the button is untoggle. |
Properties
m_disableSelectState | Boolean | Select State is natively deactivated, but can be reactivated by unchecking. |
m_secondaryTargetGraphic | Graphic | Allow you to use other target graphic for your button. |
m_animation | ButtonAnimation | Contains the diplacement and duration values for the press animation. |
useTheme | Boolean | select state allows you to use the lynx ThemeManager, natively deactivated. |
For inherited fields from the button class, visit Unity's Documentation.