Home / Lua / Shared / Transform3 / Functions / Translate


Returns    Transform3
Prototype    Transform3:Translate(Vector3 translation)
Description    Translates the transform by the given vector.

Additional Notes

  • This operation does not yield a new transform object, the returned object and the subject are the same.

See Also