Tesla Graphics Engine Documentation (January 2012)
VertexPositionTexture Structure
TeslaTesla.GraphicsVertexPositionTexture
Represents a vertex that has position and texture coordinate data.
Declaration Syntax
C#
[SerializableAttribute]
public struct VertexPositionTexture
Members
All Members Constructors Methods Fields



Icon Member Description
VertexPositionTexture(Vector3, Vector2)
Creates a new instance of VertexPositionTexture.

Equality(VertexPositionTexture, VertexPositionTexture)
Implements the operator ==.

Equals(Object)
Determines whether the specified Object is equal to this instance.
(Overrides ValueType.Equals(Object).)
GetHashCode()()()()
Returns a hash code for this instance.
(Overrides ValueType.GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
Inequality(VertexPositionTexture, VertexPositionTexture)
Implements the operator !=.

Position
Vertex Position

SizeInBytes
Size of the structure in bytes.

TextureCoordinate
Vertex Texture Coordinate

ToString()()()()
Returns a String that represents this instance.
(Overrides ValueType.ToString()()()().)
VertexDeclaration
Companion vertex declaration to use when dealing with this vertex type.

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)