4 using System.Collections.Generic;
10 [AddComponentMenu(
"Liberi/Camera Target")]
11 [Script(ScriptRole.OwnerView)]
30 if (tag ==
"Avatar" &&
Cameraman.Instance != null)
Vector3 CameramanOffset
The desired offset from this object to the cameraman.
float NoFollowRadius
The allowed distance between this object and the camera before following behaviour is triggered...
void SnapToTarget()
Bring the camera to the desired position immediately without smooth following.
float FollowFactor
The "strength" of the following behaviour. Use higher values for quicker response. Use lower values for smoother movement.
Camera target class which marks this object to be followed by the cameraman.
void Follow(GameObject go)
Make this cameraman follow the given object.
Standard cameraman for the game.