SkyReflectionSettings.SkyRotation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要套用至天反射的選擇性旋轉,指定為四元數。
public:
property Microsoft::Azure::RemoteRendering::Quaternion SkyRotation { Microsoft::Azure::RemoteRendering::Quaternion get(); void set(Microsoft::Azure::RemoteRendering::Quaternion value); };
public Microsoft.Azure.RemoteRendering.Quaternion SkyRotation { get; set; }
member this.SkyRotation : Microsoft.Azure.RemoteRendering.Quaternion with get, set
Public Property SkyRotation As Quaternion
屬性值
備註
建議您使用標準化四元數,因為這樣會產生直覺式的旋轉標記法,但並非必要。 四元數會在內部正規化。
InvalidParam* 如果提供的四元數無效,就會發生錯誤。