|
QuadUI 1.2.9 public beta
Run-time API for QuadUI
|
Public Member Functions | |
| ScreenEvent (string type, Object value) | |
Public Attributes | |
| const string | OPEN = "open" |
| const string | CLOSE = "close" |
| const string | EXPAND = "expand" |
| const string | COLLAPSE = "collapse" |
| const string | TRANSITION_BEGIN = "transition begin" |
| const string | TRANSITION_COMPLETE = "transition complete" |
Part of the event system. This holds Screen2D related events like open/close and transition begin/complete.
| ScreenEvent.ScreenEvent | ( | string | type, |
| Object | value | ||
| ) |
| const string ScreenEvent.CLOSE = "close" |
A Screen Closed event type.
| const string ScreenEvent.COLLAPSE = "collapse" |
A Screen Collapsed event type.
| const string ScreenEvent.EXPAND = "expand" |
A Screen Expanded event type.
| const string ScreenEvent.OPEN = "open" |
An Screen Opened event type.
| const string ScreenEvent.TRANSITION_BEGIN = "transition begin" |
A Transition Began event type.
| const string ScreenEvent.TRANSITION_COMPLETE = "transition complete" |
A Transition Completed event type.