Entity.LocalTransform Property

Definition

Get or set the local transform of this entity. The same can be achieved through getting/setting Position, Rotation, and Scale individually.

public:
 property Microsoft::Azure::RemoteRendering::Transform LocalTransform { Microsoft::Azure::RemoteRendering::Transform get(); void set(Microsoft::Azure::RemoteRendering::Transform value); };
public Microsoft.Azure.RemoteRendering.Transform LocalTransform { get; set; }
member this.LocalTransform : Microsoft.Azure.RemoteRendering.Transform with get, set
Public Property LocalTransform As Transform

Property Value

Remarks

A InvalidParam error occurs if the given transform contains any 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