Touch Camera Pro
Public Member Functions | Public Attributes | Static Public Attributes | Properties | List of all members
Exoa.Cameras.CameraModeSwitcher Class Reference
Inheritance diagram for Exoa.Cameras.CameraModeSwitcher:
Exoa.Cameras.ITouchCamera

Public Member Functions

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...
 

Public Attributes

Springs switchMove
 
FloatSpring switchMoveLerp
 

Static Public Attributes

static CameraModeSwitcher Instance
 

Properties

ITouchCamera CurrentCameraMode [get]
 Returns the current active camera mode
 
bool DisableMoves [get, set]
 This blocks the user input moves, in order to animate the camera by script More...
 
Quaternion FinalRotation [get]
 The final quaternion rotation of the camera transform More...
 
Vector3 FinalPosition [get]
 The final position of the camera transform More...
 
Vector3 FinalOffset [get]
 The final offset of the camera's center point on ground This is not the camera position. The center of the camera is projected on the ground, and this is it's position. More...
 
float FinalDistance [get]
 This is the final distance between the camera's center point on the ground, and the camera transform's position More...
 
Vector2 PitchAndYaw [get]
 This returns the current Pitch and Yaw rotations of the camera More...
 
- Properties inherited from Exoa.Cameras.ITouchCamera
bool DisableMoves [get, set]
 This blocks the user input moves, in order to animate the camera by script More...
 
Quaternion FinalRotation [get]
 The final quaternion rotation of the camera transform More...
 
Vector3 FinalPosition [get]
 The final position of the camera transform More...
 
Vector3 FinalOffset [get]
 The final offset of the camera's center point on ground This is not the camera position. The center of the camera is projected on the ground, and this is it's position. More...
 
float FinalDistance [get]
 This is the final distance between the camera's center point on the ground, and the camera transform's position More...
 
Vector2 PitchAndYaw [get]
 This returns the current Pitch and Yaw rotations of the camera More...
 

Member Function Documentation

◆ DisableCameraMoves()

void Exoa.Cameras.CameraModeSwitcher.DisableCameraMoves ( bool  active)
inline

Alias for DisableMoves setter

Parameters
active

◆ FocusCamera() [1/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCamera() [2/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
float  targetDistance,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCamera() [3/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
float  targetDistance,
Quaternion  targetRotation,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
targetRotation
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCamera() [4/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
float  targetDistance,
Vector2  targetRotation,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
targetRotation
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCamera() [5/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
Quaternion  targetRotation,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
targetRotation
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCamera() [6/6]

void Exoa.Cameras.CameraModeSwitcher.FocusCamera ( Vector3  targetPosition,
Vector2  targetRotation,
bool  instant = false 
)
inline

Alias of MoveCameraTo

Parameters
targetPosition
targetRotation
instant

Implements Exoa.Cameras.ITouchCamera.

◆ FocusCameraOnGameObject()

void Exoa.Cameras.CameraModeSwitcher.FocusCameraOnGameObject ( GameObject  go,
bool  allowYOffsetFromGround = false 
)
inline

Focus the camera on a GameObject (distance animation)

Parameters
goThe gameObject to get closer to
allowYOffsetFromGroundAllow offseting the camera from the ground to match the object's pivot y position and height

Implements Exoa.Cameras.ITouchCamera.

◆ FollowGameObject()

void Exoa.Cameras.CameraModeSwitcher.FollowGameObject ( GameObject  go,
bool  focusOnFollow,
bool  allowYOffsetFromGround = false 
)
inline

Follow a game object

Parameters
goThe game object to follow
doFocusAlso focus on it (distance animation)
allowYOffsetFromGroundAllow offseting the camera from the ground to match the object's pivot y position and height

Implements Exoa.Cameras.ITouchCamera.

◆ GetMatrix()

Matrix4x4 Exoa.Cameras.CameraModeSwitcher.GetMatrix ( )
inline

Return the matrix of the camera transform, in order to blend it when switching modes

Returns

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [1/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition)
inline

Moves the Camera offset position on ground, animated

Parameters
targetPosition

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [2/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition,
float  targetDistance 
)
inline

Moves the Camera offset position on ground, distance from it, animated

Parameters
targetPosition
targetDistance

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [3/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition,
float  targetDistance,
Quaternion  targetRotation 
)
inline

Moves the Camera offset position on ground, distance from it and rotation, animated

Parameters
targetPosition
targetDistance
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [4/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition,
float  targetDistance,
Vector2  targetRotation 
)
inline

Moves the Camera offset position on ground, distance from it and rotation, animated

Parameters
targetPosition
targetDistance
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [5/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition,
Quaternion  targetRotation 
)
inline

Moves the Camera offset position on ground, and rotation, animated

Parameters
targetPosition
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraTo() [6/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraTo ( Vector3  targetPosition,
Vector2  targetRotation 
)
inline

Moves the Camera offset position on ground, and rotation, animated

Parameters
targetPosition
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [1/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition)
inline

Moves the Camera offset position on ground to a new position, in 1 frame

Parameters
targetPosition

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [2/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition,
float  targetDistance 
)
inline

Moves the Camera offset position on ground and distance from it, in 1 frame

Parameters
targetPosition
targetDistance

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [3/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition,
float  targetDistance,
Quaternion  targetRotation 
)
inline

Moves the Camera offset position on ground, distance from it and rotation, in 1 frame

Parameters
targetPosition
targetDistance
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [4/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition,
float  targetDistance,
Vector2  targetRotation 
)
inline

Moves the Camera offset position on ground, distance from it and rotation, in 1 frame

Parameters
targetPosition
targetDistance
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [5/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition,
Quaternion  targetRotation 
)
inline

Moves the Camera offset position on ground and rotation, in 1 frame

Parameters
targetPosition
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ MoveCameraToInstant() [6/6]

void Exoa.Cameras.CameraModeSwitcher.MoveCameraToInstant ( Vector3  targetPosition,
Vector2  targetRotation 
)
inline

Moves the Camera offset position on ground and rotation, in 1 frame

Parameters
targetPosition
targetRotation

Implements Exoa.Cameras.ITouchCamera.

◆ ResetCamera()

void Exoa.Cameras.CameraModeSwitcher.ResetCamera ( )
inline

Reset the camera to initial values

Implements Exoa.Cameras.ITouchCamera.

◆ RotateFromVector()

void Exoa.Cameras.CameraModeSwitcher.RotateFromVector ( Vector2  delta)
inline

Rotate the camera manually

Parameters
deltathe increment values (pitch, yaw)

Implements Exoa.Cameras.ITouchCamera.

◆ SetGroundHeight()

void Exoa.Cameras.CameraModeSwitcher.SetGroundHeight ( float  y)
inline

This let you change the ground height at any moment in order to change at which y position the fingers will be intercepted

Parameters
y

Implements Exoa.Cameras.ITouchCamera.

◆ SetGroundHeightAnimated()

void Exoa.Cameras.CameraModeSwitcher.SetGroundHeightAnimated ( float  newHeight,
bool  animate,
float  duration 
)
inline

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

Parameters
newHeight
animate
duration

Implements Exoa.Cameras.ITouchCamera.

◆ SetResetValues() [1/2]

void Exoa.Cameras.CameraModeSwitcher.SetResetValues ( Vector3  offset,
Quaternion  rotation,
float  distance,
float  size 
)
inline

Set the initial values for the reset function

Parameters
offset
rotation
distanceOrSize

◆ SetResetValues() [2/2]

void Exoa.Cameras.CameraModeSwitcher.SetResetValues ( Vector3  offset,
Quaternion  rotation,
float  distanceOrSize 
)
inline

Set the initial values for the reset function

Parameters
offset
rotation
distanceOrSize

Implements Exoa.Cameras.ITouchCamera.

◆ StopFollow()

void Exoa.Cameras.CameraModeSwitcher.StopFollow ( )
inline

Stop follow/focus/moveto animations

Implements Exoa.Cameras.ITouchCamera.

Property Documentation

◆ DisableMoves

bool Exoa.Cameras.CameraModeSwitcher.DisableMoves
getset

This blocks the user input moves, in order to animate the camera by script

Implements Exoa.Cameras.ITouchCamera.

◆ FinalDistance

float Exoa.Cameras.CameraModeSwitcher.FinalDistance
get

This is the final distance between the camera's center point on the ground, and the camera transform's position

Implements Exoa.Cameras.ITouchCamera.

◆ FinalOffset

Vector3 Exoa.Cameras.CameraModeSwitcher.FinalOffset
get

The final offset of the camera's center point on ground This is not the camera position. The center of the camera is projected on the ground, and this is it's position.

Implements Exoa.Cameras.ITouchCamera.

◆ FinalPosition

Vector3 Exoa.Cameras.CameraModeSwitcher.FinalPosition
get

The final position of the camera transform

Implements Exoa.Cameras.ITouchCamera.

◆ FinalRotation

Quaternion Exoa.Cameras.CameraModeSwitcher.FinalRotation
get

The final quaternion rotation of the camera transform

Implements Exoa.Cameras.ITouchCamera.

◆ PitchAndYaw

Vector2 Exoa.Cameras.CameraModeSwitcher.PitchAndYaw
get

This returns the current Pitch and Yaw rotations of the camera

Implements Exoa.Cameras.ITouchCamera.


The documentation for this class was generated from the following file:
Copyright Exoa