ProD  4.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
Public Member Functions | List of all members
ProD.CameraObjectTracker Class Reference

Inherits MonoBehaviour.

Public Member Functions

void SetTarget (Transform target)
 Sets the target for this camera to keep track of More...
 
void UpdatePosition ()
 Informs the Object tracker that the position has changed More...
 
void SetMinimumDisplay (float min)
 Sets the size of the view area. More...
 
void Update ()
 

Member Function Documentation

void ProD.CameraObjectTracker.SetMinimumDisplay ( float  min)

Sets the size of the view area.

Parameters
minThe camera will always show atleast an area of min length.
void ProD.CameraObjectTracker.SetTarget ( Transform  target)

Sets the target for this camera to keep track of

Parameters
targetThe target.
void ProD.CameraObjectTracker.Update ( )
void ProD.CameraObjectTracker.UpdatePosition ( )

Informs the Object tracker that the position has changed