Entity.Position 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
相对于父节点的位置。
public:
property Microsoft::Azure::RemoteRendering::Double3 Position { Microsoft::Azure::RemoteRendering::Double3 get(); void set(Microsoft::Azure::RemoteRendering::Double3 value); };
public Microsoft.Azure.RemoteRendering.Double3 Position { get; set; }
member this.Position : Microsoft.Azure.RemoteRendering.Double3 with get, set
Public Property Position As Double3
属性值
注解
如果给定值为 NaN 或无限值,则会发生 InvalidParam 错误。 如果需要设置或检索完整的本地转换,则 LocalTransform 比对 Position、Rotation和 Scale的单个调用更快。