中文
Appearance
Matrix4x4.FromTranslate(pos)
Matrix4x4
创建一个变换矩阵。
Vector3
let pos = new Vector3(1,1,1); Matrix4x4.FromTRS(pos);