This topic has not yet been rated - Rate this topic

VertexPositionTexture Constructor

Initializes a new instance of the VertexPositionTexture class.

Namespace: Microsoft.Xna.Framework.Graphics
Assembly: Microsoft.Xna.Framework.Graphics (in microsoft.xna.framework.graphics.dll)

public VertexPositionTexture (
         Vector3 position,
         Vector2 textureCoordinate
)

Parameters

position
Type: Vector3
Position of the vertex.
textureCoordinate
Type: Vector2
Texture coordinate of the vertex.
Xbox 360, Windows 7, Windows Vista, Windows XP
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.