Entity.Rotation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
相對於父節點的旋轉。
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 比個別呼叫 Position、Rotation和 Scale更快。