C# Class OpenRA.Graphics.Vertex

Datei anzeigen Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
X float

Public Methods

Method Description
Vertex ( float x, float y, float z, float s, float t, float u, float v, float p, float c ) : System.Runtime.InteropServices
Vertex ( float3 xyz, float s, float t, float u, float v, float p, float c ) : System.Runtime.InteropServices

Method Details

Vertex() public method

public Vertex ( float x, float y, float z, float s, float t, float u, float v, float p, float c ) : System.Runtime.InteropServices
x float
y float
z float
s float
t float
u float
v float
p float
c float
return System.Runtime.InteropServices

Vertex() public method

public Vertex ( float3 xyz, float s, float t, float u, float v, float p, float c ) : System.Runtime.InteropServices
xyz float3
s float
t float
u float
v float
p float
c float
return System.Runtime.InteropServices

Property Details

X public_oe property

public float X
return float