共用方式為


SkyReflectionSettings.SkyRotation 屬性

定義

要套用至天反射的選擇性旋轉,指定為四元數。

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* 如果提供的四元數無效,就會發生錯誤。

適用於

另請參閱