set_scale
Description:
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.
Parameters:
this |
A Actor |
scale_x |
double factor to scale actor by horizontally. |
scale_y |
double factor to scale actor by vertically. |