Transform.SetTranslation

Transform.SetTranslation method

يضبط ترجمة التحويل الحالي.

public Transform SetTranslation(double tx, double ty, double tz)
معاملالنوعالوصف
txDouble
tyDouble
tzDouble

أمثلة

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

انظر أيضًا