Transform.Scaling

Transform.Scaling property

Gets or sets the scaling

public Vector3 Scaling { get; set; }

Examples

Node node = new Node();
node.Transform.Scaling = new Vector3(2, 2, 2);

See Also