お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseCreates a scaling matrix.
Returned matrix is such that scales along coordinate axes by a vector v
.
The matrix looks like this:
v.x 0 0 0 0 v.y 0 0 0 0 v.z 0 0 0 0 1
See Also: TRS function.