|
void | DisableCameraMoves (bool active) |
| Alias for DisableMoves setter More...
|
|
void | ResetCamera () |
| Reset the camera to initial values More...
|
|
void | SetResetValues (Vector3 offset, Quaternion rotation, float distance, float size) |
| Set the initial values for the reset function More...
|
|
void | StopFollow () |
| Stop follow/focus/moveto animations More...
|
|
void | FollowGameObject (GameObject go, bool focusOnFollow, bool allowYOffsetFromGround=false) |
| Follow a game object More...
|
|
void | FocusCameraOnGameObject (GameObject go, bool allowYOffsetFromGround=false) |
| Focus the camera on a GameObject (distance animation) More...
|
|
void | SetGroundHeightAnimated (float newHeight, bool animate, float duration) |
| This let you change the ground height at any moment in order to change at which y position the fingers will be intercepted. This version lets you animate it More...
|
|
Matrix4x4 | GetMatrix () |
| Return the matrix of the camera transform, in order to blend it when switching modes More...
|
|
void | SetGroundHeight (float y) |
| This let you change the ground height at any moment in order to change at which y position the fingers will be intercepted More...
|
|
void | RotateFromVector (Vector2 delta) |
| Rotate the camera manually More...
|
|
void | SetResetValues (Vector3 offset, Quaternion rotation, float distanceOrSize) |
| Set the initial values for the reset function More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition) |
| Moves the Camera offset position on ground to a new position, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance) |
| Moves the Camera offset position on ground and distance from it, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, Quaternion targetRotation) |
| Moves the Camera offset position on ground and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, Vector2 targetRotation) |
| Moves the Camera offset position on ground and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance, Vector2 targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance, Quaternion targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, in 1 frame More...
|
|
void | MoveCameraTo (Vector3 targetPosition) |
| Moves the Camera offset position on ground, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance) |
| Moves the Camera offset position on ground, distance from it, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, Quaternion targetRotation) |
| Moves the Camera offset position on ground, and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, Vector2 targetRotation) |
| Moves the Camera offset position on ground, and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance, Vector2 targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance, Quaternion targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, animated More...
|
|
void | FocusCamera (Vector3 targetPosition, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, Quaternion targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, Vector2 targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, Vector2 targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, Quaternion targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
Matrix4x4 | GetMatrix () |
| Return the matrix of the camera transform, in order to blend it when switching modes More...
|
|
void | SetGroundHeightAnimated (float newHeight, bool animate, float duration) |
| This let you change the ground height at any moment in order to change at which y position the fingers will be intercepted. This version lets you animate it More...
|
|
void | SetGroundHeight (float y) |
| This let you change the ground height at any moment in order to change at which y position the fingers will be intercepted More...
|
|
void | RotateFromVector (Vector2 delta) |
| Rotate the camera manually More...
|
|
void | ResetCamera () |
| Reset the camera to initial values More...
|
|
void | SetResetValues (Vector3 offset, Quaternion rotation, float distanceOrSize) |
| Set the initial values for the reset function More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition) |
| Moves the Camera offset position on ground to a new position, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance) |
| Moves the Camera offset position on ground and distance from it, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, Quaternion targetRotation) |
| Moves the Camera offset position on ground and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, Vector2 targetRotation) |
| Moves the Camera offset position on ground and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance, Vector2 targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, in 1 frame More...
|
|
void | MoveCameraToInstant (Vector3 targetPosition, float targetDistance, Quaternion targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, in 1 frame More...
|
|
void | MoveCameraTo (Vector3 targetPosition) |
| Moves the Camera offset position on ground, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance) |
| Moves the Camera offset position on ground, distance from it, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, Quaternion targetRotation) |
| Moves the Camera offset position on ground, and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, Vector2 targetRotation) |
| Moves the Camera offset position on ground, and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance, Vector2 targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, animated More...
|
|
void | MoveCameraTo (Vector3 targetPosition, float targetDistance, Quaternion targetRotation) |
| Moves the Camera offset position on ground, distance from it and rotation, animated More...
|
|
void | FocusCamera (Vector3 targetPosition, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, Quaternion targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, Vector2 targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, Vector2 targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCamera (Vector3 targetPosition, float targetDistance, Quaternion targetRotation, bool instant=false) |
| Alias of MoveCameraTo More...
|
|
void | FocusCameraOnGameObject (GameObject go, bool allowYOffsetFromGround=false) |
| Focus the camera on a GameObject (distance animation) More...
|
|
void | FollowGameObject (GameObject go, bool doFocus, bool allowYOffsetFromGround=false) |
| Follow a game object More...
|
|
void | StopFollow () |
| Stop follow/focus/moveto animations More...
|
|