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