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的单个调用更快。

适用于