Transform.Rotation

Transform.Rotation property

يحصل أو يعيّن الدوران الممثّل بالكواترنيون.

public Quaternion Rotation { get; set; }

أمثلة

Node node = new Node();
node.Transform.Rotation = new Quaternion(1, 0, 0, 0);

انظر أيضًا