共用方式為


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更快。

適用於