set_translation
Description:
[ Version ( since = "1.12" ) ]
public void set_translation (float translate_x, float translate_y, float translate_z)
public void set_translation (float translate_x, float translate_y, float translate_z)
Sets an additional translation transformation on a Actor, relative to the pivot_point.
Parameters:
| this |
a Actor |
| translate_x |
the translation along the X axis |
| translate_y |
the translation along the Y axis |
| translate_z |
the translation along the Z axis |