Transform.SetTranslation

Transform.SetTranslation method

Sets the translation of current transform.

public Transform SetTranslation(double tx, double ty, double tz)
ParameterTypeDescription
txDouble
tyDouble
tzDouble

Examples

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

See Also