Vertex data managed by UIPrimitive.
More...
List of all members.
Public Member Functions |
|
| UIPrimitiveVertex () |
| | Constructor.
|
| void | SetPosition (float x, float y) |
| | Sets the position in the parent coordinate system.
|
| void | SetPosition (float x, float y, float z) |
| | Sets the position in the parent coordinate system.
|
Properties |
|
float | X [get, set] |
| | Obtains and sets the X coordinate in the parent coordinate system.
|
|
float | Y [get, set] |
| | Obtains and sets the Y coordinate in the parent coordinate system.
|
|
float | Z [get, set] |
| | Obtains and sets the Z coordinate in the parent coordinate system.
|
|
float | U [get, set] |
| | Obtains and sets the texture coordinates in the horizontal direction.
|
|
float | V [get, set] |
| | Obtains and sets the texture coordinates in the vertical direction.
|
|
UIColor | Color [get, set] |
| | Obtains and sets the color of the vertex.
|
|
Vector3 | Position3D [get, set] |
| | Obtains and sets the position.
|
Detailed Description
Vertex data managed by UIPrimitive.
Member Function Documentation
| void SetPosition |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
Sets the position in the parent coordinate system.
- Parameters:
-
| x | X coordinate in the parent coordinate system |
| y | Y coordinate in the parent coordinate system |
| void SetPosition |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
z |
|
) |
| |
Sets the position in the parent coordinate system.
- Parameters:
-
| x | X coordinate in the parent coordinate system |
| y | Y coordinate in the parent coordinate system |
| z | Z coordinate in the parent coordinate system |