|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| VertexPositionNormalTexture (Vector3 position, Vector3 normal, Vector2 textureCoordinate) | |
| override int | GetHashCode () |
| override string | ToString () |
| override bool | Equals (object obj) |
Static Public Member Functions | |
| static bool | operator== (VertexPositionNormalTexture left, VertexPositionNormalTexture right) |
| static bool | operator!= (VertexPositionNormalTexture left, VertexPositionNormalTexture right) |
Public Attributes | |
| Vector3 | Position |
| Vector3 | Normal |
| Vector2 | TextureCoordinate |
Static Public Attributes | |
| static readonly VertexDeclaration | VertexDeclaration |
Properties | |
| VertexDeclaration IVertexType. | VertexDeclaration [get] |
Definition at line 8 of file VertexPositionNormalTexture.cs.