Transform.translate_local method

translate_local(self, translation: Vector3) -> Transform:

Moves this Transform by translation.

Parameters

  • translation: Vector3

    translation relative to this Transform.

Returns