Timer Button


Last updated: 2 months ago • 2 versions | Visibility: Public

Description 

A button with the same feature as the simple button, but with the addition of a countdown timer to trigger the event.

 

Unity Events

OnClickThis event is called when the button is pressed and released.
OnPressThis event is called when the button is pressed.
OnUnpress           This event is called when the button is released.
OnTimerPress         This event is called when the button is pressed long enough. 

 

Properties

m_disableSelectStateBooleanSelect State is natively deactivated, but can be reactivated by unchecking.
m_secondaryTargetGraphic         GraphicAllow you to use other target graphic for your button.
m_animationButtonAnimation         Contains the diplacement and duration values for the press animation.
useThemeBooleanselect state allows you to use the lynx ThemeManager, natively deactivated.

 

For inherited field from the button class, visit Unity's documentation.