[ Version ( since = "0.2" ) ]
public void set_scale (double scale_x, double scale_y)
Scales an actor with the given factors.
The scale transformation is relative the the pivot_point.
The scale_x and scale_y properties are animatable.
| this |
A Actor |
| scale_x |
double factor to scale actor by horizontally. |
| scale_y |
double factor to scale actor by vertically. |