![]() |
Liberi
An exergame built for kids with CP!
|
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... | |
Camera target class which marks this object to be followed by the cameraman.
Definition at line 12 of file CameraTarget.cs.
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.