Entity.Position Property

Definition

Position, relative to the parent node.

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

Property Value

Remarks

A InvalidParam error occurs if the given value is NaN or infinite. If the full local transform needs to be set or be retrieved, LocalTransform is faster than individual calls to Position, Rotation, and Scale.

Applies to