Liberi
An exergame built for kids with CP!
CameraTarget Class Reference

Camera target class which marks this object to be followed by the cameraman. More...

Inherits MonoBehaviour.

Public Attributes

Vector3 CameramanOffset = new Vector3(0, 0, -8f)
 The desired offset from this object to the cameraman. More...
 
float NoFollowRadius
 The allowed distance between this object and the camera before following behaviour is triggered. More...
 
float FollowFactor = 5f
 The "strength" of the following behaviour. Use higher values for quicker response. Use lower values for smoother movement. More...
 

Detailed Description

Camera target class which marks this object to be followed by the cameraman.

Definition at line 12 of file CameraTarget.cs.

Member Data Documentation

Vector3 CameraTarget.CameramanOffset = new Vector3(0, 0, -8f)

The desired offset from this object to the cameraman.

Definition at line 17 of file CameraTarget.cs.

float CameraTarget.FollowFactor = 5f

The "strength" of the following behaviour. Use higher values for quicker response. Use lower values for smoother movement.

Definition at line 26 of file CameraTarget.cs.

float CameraTarget.NoFollowRadius

The allowed distance between this object and the camera before following behaviour is triggered.

Definition at line 21 of file CameraTarget.cs.


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