Tesla Graphics Engine Documentation (January 2012)
VertexPositionNormalColorTexture Constructor (position, normal, vertexColor, textureCoordinate)
TeslaTesla.GraphicsVertexPositionNormalColorTextureVertexPositionNormalColorTexture(Vector3, Vector3, Color, Vector2)
Creates a new instance of VertexPositionNormalColorTexture.
Declaration Syntax
C#
public VertexPositionNormalColorTexture(
	Vector3 position,
	Vector3 normal,
	Color vertexColor,
	Vector2 textureCoordinate
)
Parameters
position (Vector3)
The vertex position.
normal (Vector3)
The vertex normal
vertexColor (Color)
The vertex color
textureCoordinate (Vector2)
The vertex texture coordinate.

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