SetTRS

Matrix4.SetTRS method

平行移動/回転/スケールでマトリックスを初期化

public void SetTRS(Vector3 translation, Vector3 rotation, Vector3 scale)
パラメータタイプ説明
translationVector3翻訳。
rotationVector3回転のオイラー角、フィールドは度単位です。
scaleVector3規模。

関連項目