Transforms.GetWorldMatrixByIndex Method |
Language: |
Retrieves a world matrix transform by its index.
Visual Basic Public Function GetWorldMatrixByIndex( _
ByVal index As Integer _
) As MatrixC# public Matrix GetWorldMatrixByIndex(
int index
);C++ public:
Matrix GetWorldMatrixByIndex(
int index
);JScript public function GetWorldMatrixByIndex(
index : int
) : Matrix;
index System.Int32
Value between 0 and 255 that indicates the index of the world matrix to retrieve.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center