Transform.PreRotation

Transform.PreRotation property

يحصل أو يعيّن الدوران السابق الممثّل بالدرجة

public Vector3 PreRotation { get; set; }

أمثلة

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

انظر أيضًا