Click or drag to resize

UiElement Fields

The UiElement type exposes the following members.

Fields
  NameDescription
Private field_disabled
The current disabled state of this element.
Private field_hover
The current hover state of this element.
Private field_hoverProgress
The progress of the hover animation.
Private field_pressed
The current pressed state of this element.
Private field_pressProgress
The progress of the press animation.
Private field_selected
The current selected state of this element.
Private field_selectProgress
The progress of the select animation.
Private field_showProgress
The progress of the show/hide animation.
Private field_state
The current visibility state of this element.
Public fieldHideDuration
The duration of the hide animation.
Public fieldHoverOnDuration
The duration of the hover on animation.
Public fieldHoverOutDuration
The duration of the hover out animation.
Public fieldPressDuration
The duration of the press animation.
Public fieldShowDuration
The duration of the show animation.
Top
See Also