Property | Type | Description | |
---|---|---|---|
Position | System.Vector3 | ||
TextureCoordinate | System.Vector2 | ||
VertexDeclaration |
Property | Type | Description | |
---|---|---|---|
VertexPositionTexture | System.Runtime.InteropServices |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
VertexPositionTexture ( System.Vector3 position, System.Vector2 textureCoordinate ) : System.Runtime.InteropServices | ||
operator ( ) : bool |
Method | Description | |
---|---|---|
VertexPositionTexture ( ) : System.Runtime.InteropServices |
public VertexPositionTexture ( System.Vector3 position, System.Vector2 textureCoordinate ) : System.Runtime.InteropServices | ||
position | System.Vector3 | |
textureCoordinate | System.Vector2 | |
return | System.Runtime.InteropServices |