Transform.PreRotation

Transform.PreRotation property

Gets or sets the pre-rotation represented in degree

public Vector3 PreRotation { get; set; }

Examples

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

See Also