Transform.PostRotation

Transform.PostRotation property

Gets or sets the post-rotation represented in degree

public Vector3 PostRotation { get; set; }

Examples

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

See Also