Entity.Position 属性

定义

相对于父节点的位置。

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

适用于