QuadUI 1.2.9 public beta
Run-time API for QuadUI

Repeater2D Class Reference

Inheritance diagram for Repeater2D:
InteractiveElement2D Element2D EventDispatcher

List of all members.

Properties

Vector2 rollOverUV [get]
Vector2 pressUV [get]
Vector2 normalUV [get]
bool down [get]

Detailed Description

Very similar to a toggle, but only is "on" as you're pressing down.


Property Documentation

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]

 All Classes Functions Variables Enumerations Properties