Transform.SetPreRotation

Transform.SetPreRotation method

Sets the pre-rotation represented in degree

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

Examples

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

See Also