Property | Type | Description | |
---|---|---|---|
Indexes | int[] | ||
Left | Vector3 | ||
LowerLeft | Vector3 | ||
LowerRight | Vector3 | ||
Normal | Vector3 | ||
Origin | Vector3 | ||
Up | Vector3 | ||
UpperLeft | Vector3 | ||
UpperRight | Vector3 | ||
Vertices | Microsoft.Xna.Framework.Graphics.VertexPositionNormalTexture[] |
Method | Description | |
---|---|---|
Quad ( Vector3 origin, Vector3 normal, Vector3 up, float width, float height ) : System |
Method | Description | |
---|---|---|
FillVertices ( ) : void |
public Quad ( Vector3 origin, Vector3 normal, Vector3 up, float width, float height ) : System | ||
origin | Vector3 | |
normal | Vector3 | |
up | Vector3 | |
width | float | |
height | float | |
return | System |