Touch Camera Pro
Public Member Functions | Properties | List of all members
Exoa.Cameras.ITouchCamera Interface Reference
Inheritance diagram for Exoa.Cameras.ITouchCamera:
Exoa.Cameras.CameraModeSwitcher Exoa.Cameras.ITouchOrthoCamera Exoa.Cameras.ITouchPerspCamera Exoa.Cameras.CameraIsometricOrtho Exoa.Cameras.CameraOrthoBase Exoa.Cameras.CameraSideScrollOrtho Exoa.Cameras.CameraTopDownOrtho Exoa.Cameras.CameraFree Exoa.Cameras.CameraPerspBase Exoa.Cameras.CameraPerspective Exoa.Cameras.CameraIsometricOrtho Exoa.Cameras.CameraSideScrollOrtho Exoa.Cameras.CameraTopDownOrtho Exoa.Cameras.CameraPerspective Exoa.Cameras.CameraFree Exoa.Cameras.CameraFree

Public Member Functions

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

Properties

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

◆ FocusCamera() [1/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCamera() [2/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCamera() [3/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
targetRotation
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCamera() [4/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
targetDistance
targetRotation
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCamera() [5/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
targetRotation
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCamera() [6/6]

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

Alias of MoveCameraTo

Parameters
targetPosition
targetRotation
instant

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FocusCameraOnGameObject()

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

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

Implemented in Exoa.Cameras.CameraModeSwitcher, Exoa.Cameras.CameraOrthoBase, and Exoa.Cameras.CameraPerspBase.

◆ FollowGameObject()

void Exoa.Cameras.ITouchCamera.FollowGameObject ( GameObject  go,
bool  doFocus,
bool  allowYOffsetFromGround = false 
)

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

Implemented in Exoa.Cameras.CameraOrthoBase, Exoa.Cameras.CameraPerspBase, and Exoa.Cameras.CameraModeSwitcher.

◆ GetMatrix()

Matrix4x4 Exoa.Cameras.ITouchCamera.GetMatrix ( )

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

Returns

Implemented in Exoa.Cameras.CameraModeSwitcher, Exoa.Cameras.CameraOrthoBase, and Exoa.Cameras.CameraPerspBase.

◆ MoveCameraTo() [1/6]

void Exoa.Cameras.ITouchCamera.MoveCameraTo ( Vector3  targetPosition)

Moves the Camera offset position on ground, animated

Parameters
targetPosition

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraTo() [2/6]

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

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

Parameters
targetPosition
targetDistance

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraTo() [3/6]

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

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

Parameters
targetPosition
targetDistance
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraTo() [4/6]

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

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

Parameters
targetPosition
targetDistance
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraTo() [5/6]

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

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

Parameters
targetPosition
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraTo() [6/6]

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

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

Parameters
targetPosition
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [1/6]

void Exoa.Cameras.ITouchCamera.MoveCameraToInstant ( Vector3  targetPosition)

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

Parameters
targetPosition

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [2/6]

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

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

Parameters
targetPosition
targetDistance

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [3/6]

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

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

Parameters
targetPosition
targetDistance
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [4/6]

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

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

Parameters
targetPosition
targetDistance
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [5/6]

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

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

Parameters
targetPosition
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ MoveCameraToInstant() [6/6]

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

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

Parameters
targetPosition
targetRotation

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ ResetCamera()

void Exoa.Cameras.ITouchCamera.ResetCamera ( )

◆ RotateFromVector()

void Exoa.Cameras.ITouchCamera.RotateFromVector ( Vector2  delta)

Rotate the camera manually

Parameters
deltathe increment values (pitch, yaw)

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ SetGroundHeight()

void Exoa.Cameras.ITouchCamera.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

Parameters
y

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ SetGroundHeightAnimated()

void Exoa.Cameras.ITouchCamera.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

Parameters
newHeight
animate
duration

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ SetResetValues()

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

◆ StopFollow()

void Exoa.Cameras.ITouchCamera.StopFollow ( )

Stop follow/focus/moveto animations

Implemented in Exoa.Cameras.CameraModeSwitcher.

Property Documentation

◆ DisableMoves

bool Exoa.Cameras.ITouchCamera.DisableMoves
getset

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

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FinalDistance

float Exoa.Cameras.ITouchCamera.FinalDistance
get

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

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FinalOffset

Vector3 Exoa.Cameras.ITouchCamera.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.

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FinalPosition

Vector3 Exoa.Cameras.ITouchCamera.FinalPosition
get

The final position of the camera transform

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ FinalRotation

Quaternion Exoa.Cameras.ITouchCamera.FinalRotation
get

The final quaternion rotation of the camera transform

Implemented in Exoa.Cameras.CameraModeSwitcher.

◆ PitchAndYaw

Vector2 Exoa.Cameras.ITouchCamera.PitchAndYaw
get

This returns the current Pitch and Yaw rotations of the camera

Implemented in Exoa.Cameras.CameraModeSwitcher.


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