GetMatrix
GetMatrix(int)
public Matrix4x4 GetMatrix(int nameID) ;
説明
Matrix4x4値をゲットする。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| nameID | プロパティ名のID | 
戻り値
Matrix4x4値
GetMatrix(string)
public Matrix4x4 GetMatrix(string name) ;
説明
Matrix4x4値をゲットする。
パラメーター
| パラメーター名 | 説明 | 
|---|---|
| name | プロパティ名 | 
戻り値
Matrix4x4値