![]() |
![]() |
![]() |
CustomVertex.PositionTextured.PositionTextured Constructor |
Language: |
Initializes a new instance of the CustomVertex.PositionTextured class.
Visual Basic .NET Public Sub New( _
ByVal pos As Vector3, _
ByVal u As Single, _
ByVal v As Single _
)C# public PositionTextured(
Vector3 pos,
float u,
float v
);Managed C++ public: PositionTextured(
Vector3 pos,
float u,
float v
);JScript .NET public function PositionTextured(
pos : Vector3,
u : float,
v : float
);
pos Microsoft.DirectX.Vector3. A Vector3 object that contains the vertex position. u System.Single. Floating-point value that represents the u component of the texture coordinate. v System.Single. Floating-point value that represents the v component of the texture coordinate.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center