Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.Graphics.VertexPositionNormalTexture Struct Reference

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]
 

Detailed Description

Definition at line 8 of file VertexPositionNormalTexture.cs.


The documentation for this struct was generated from the following file: