Transform.SetPreRotation

Transform.SetPreRotation method

设置以度为单位表示的预置旋转

public Transform SetPreRotation(double rx, double ry, double rz)

示例

Node node = new Node();
node.Transform.SetPreRotation(90, 0, 0);

另请参见