UIPrimitiveVertex Class Reference

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:
xX coordinate in the parent coordinate system
yY coordinate in the parent coordinate system
void SetPosition ( float  x,
float  y,
float  z 
)

Sets the position in the parent coordinate system.

Parameters:
xX coordinate in the parent coordinate system
yY coordinate in the parent coordinate system
zZ coordinate in the parent coordinate system