Follow Camera Action ========= **Name**: follow Attaches a follow camera script to the object. Variables ----- * `[ float ]` **fx**: As a range of 0-1, how much the object will follow the camera along Unity's world X axis. * `[ float ]` **fy**: As a range of 0-1, how much the object will follow the camera along Unity's world Y axis. * `[ float ]` **fz**: As a range of 0-1, how much the object will follow the camera along Unity's world Z axis. ---------------- * `[ float ]` **ox**: An offset along Unity's world X axis that the object will be positioned away from the camera. * `[ float ]` **oy**: An offset along Unity's world Y axis that the object will be positioned away from the camera. * `[ float ]` **oz**: An offset along Unity's world Z axis that the object will be positioned away from the camera.