프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ColorDataCount | int | ||
Height | int | ||
IndiceCount | int | ||
IsTextured | bool | ||
ModelMatrix | Matrix4 | ||
ModelViewProjectionMatrix | Matrix4 | ||
Position | Vector3 | ||
Rotation | Vector3 | ||
Scale | Vector3 | ||
TextureCoordsCount | int | ||
TextureID | int | ||
VertCount | int | ||
ViewProjectionMatrix | Matrix4 | ||
Width | int |
메소드 | 설명 | |
---|---|---|
CalculateModelMatrix ( ) : void | ||
GetColorData ( ) : Vector3[] | ||
GetIndices ( int offset ) : int[] | ||
GetTextureCoords ( ) : System.Vector2[] | ||
GetVerts ( ) : Vector3[] | ||
GetVerts ( float wWidth, float wHeight ) : Vector3[] |
public GetVerts ( float wWidth, float wHeight ) : Vector3[] | ||
wWidth | float | |
wHeight | float | |
리턴 | Vector3[] |