Wiki

Case Status
Log In

Wiki

 
Home ยป Action Reference»Transform Actions»Translate
Index
Navigation
Community Wiki

Translate

Translates a game object along each axis. Uses the object's local space by default.

Game Object
The game object to translate.
X
Amount to translate along X axis.
Y
Amount to translate along Y axis.
Z
Amount to translate along Z axis.
Space
Translate in local (relative to parent) or world space.
Per Second
Translate over one second
Every Frame
Translate every frame. Remember to check this if you want to translate continuously.
Late Update
Translate in Late Update (after the regular update). This can be useful if you want to guarantee that this translate happens after other actions.
Fixed Update
Translate in Fixed Update (when Physics is updated).

Last modified on 12/6/2020 3:42 PM by User.

  • RSS Feed