共用方式為


Entity.Rotation 屬性

定義

相對於父節點的旋轉。

public:
 property Microsoft::Azure::RemoteRendering::Quaternion Rotation { Microsoft::Azure::RemoteRendering::Quaternion get(); void set(Microsoft::Azure::RemoteRendering::Quaternion value); };
public Microsoft.Azure.RemoteRendering.Quaternion Rotation { get; set; }
member this.Rotation : Microsoft.Azure.RemoteRendering.Quaternion with get, set
Public Property Rotation As Quaternion

屬性值

備註

如果指定的值為 NaN 或無限,就會發生 InvalidParam 錯誤。 如果需要設定或擷取完整的本機轉換,LocalTransform 比個別呼叫 PositionRotationScale更快。

適用於