次の方法で共有


Transforms.SetWorldMatrixByIndex(Int32,Matrix)

SetWorldMatrixByIndex メソッド

インデックスを手がかりにしてワールド行列を設定する。

定義

Visual Basic Public Sub SetWorldMatrixByIndex( _
    ByVal index As Integer, _
    ByVal value As Matrix _
)
C# public void SetWorldMatrixByIndex(
    int index,
    Matrix value
);
Managed C++ public: void SetWorldMatrixByIndex(
    int index,
    Matrix value
);
JScript public function SetWorldMatrixByIndex(
    index : int,
    value : Matrix
) : void;

パラメータ

index System.Int32.
value Microsoft.DirectX.Matrix.

対象

Transforms

© 2002 Microsoft Corporation. All rights reserved. Terms of use.