Root of the widget tree. More...
Public Member Functions | |
override bool | HitTest (Vector2 screenPoint) |
Always returns false since RootWidget of a normal scene does not hit. | |
Properties | |
override float | X [get, set] |
Obtains the X coordinate in the parent coordinate system. | |
override float | Y [get, set] |
Obtains the Y coordinate in the parent coordinate system. | |
override float | Width [get, set] |
Obtains the width. | |
override float | Height [get, set] |
Obtains the height. | |
override Matrix4 | Transform3D [get, set] |
Obtains the transformation matrix to the parent coordinate system. |
Root of the widget tree.
Each scene has one. Has the container feature.
override bool HitTest | ( | Vector2 | screenPoint | ) | [virtual] |
Always returns false since RootWidget of a normal scene does not hit.
screenPoint | Position in the screen coordinate system |
Reimplemented from Widget.
override float Height [get, set] |
override Matrix4 Transform3D [get, set] |
Obtains the transformation matrix to the parent coordinate system.
The set value is ignored.
Reimplemented from Widget.
override float Width [get, set] |
override float X [get, set] |
Obtains the X coordinate in the parent coordinate system.
The set value is ignored.
Reimplemented from Widget.
override float Y [get, set] |
Obtains the Y coordinate in the parent coordinate system.
The set value is ignored.
Reimplemented from Widget.