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