Transform.Translation

Transform.Translation property

Gets or sets the translation

public Vector3 Translation { get; set; }

Examples

Node node = new Node();
node.Transform.Translation = new Vector3(10, 0, 0);

See Also