|
QuadUI 1.2.9 public beta
Run-time API for QuadUI
|
Public Attributes | |
| Quad2D | quad |
Properties | |
| bool | Visible [get, set] |
| Color | Tint [get, set] |
The base of all QuadUI framework UI components. Contains methods accessible from all its inheriters.
This class does not accept user interaction events, and should be used for visible items which you wish to connect to the framework, but are not interactive.
The attached Quad2D.
Color Element2D.Tint [get, set] |
Will change the Tint of the attached material to the assigned Color. This is the same as saying renderer.material.color, but you have to type less.
bool Element2D.Visible [get, set] |
Enables/Disables the attached MeshRenderer. This effectively is the same this as "quad.visible" but is here for ease of access.