|
QuadUI 1.2.9 public beta
Run-time API for QuadUI
|
Properties | |
| Vector2 | rollOverUV [get] |
| Vector2 | pressUV [get] |
| Vector2 | normalUV [get] |
| bool | down [get] |
Very similar to a toggle, but only is "on" as you're pressing down.
bool Repeater2D.down [get] |
Vector2 Repeater2D.normalUV [get] |
Returns a Vector2 representation of the top-left UV coordinate for the "Normal" (Up) button state. This is the same as frames[0]
Vector2 Repeater2D.pressUV [get] |
Returns a Vector2 representation of the top-left UV coordinate for the "Press" (Down) button state. This is the same as frames[1]
Vector2 Repeater2D.rollOverUV [get] |
Returns a Vector2 representation of the top-left UV coordinate for the "RollOver" button state. This is the same as frames[2]