scale property

double scale

Scale factor applied to the 3D model before rendering. Gets the scale factor applied to the 3D model before rendering.

Implementation

double get scale;
void scale=(double value)

Scale factor applied to the 3D model before rendering. Sets the scale factor, to be applied to the 3D model before rendering.

Implementation

set scale(double value);