Share via


Entity.Scale Property

Definition

Scale, relative to the parent node.

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

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