C# Class SmootherTrackingCamera, GrapplingHookFighters

Inheritance: MonoBehaviour
Show file Open project: PurdueSIGGD/GrapplingHookFighters

Public Properties

Property Type Description
maxZoom float
minZoom float
movementSpeed float
tracking bool

Public Methods

Method Description
ResetCamera ( ) : void
ResetCamera ( float newMinZoom, float newMaxZoom ) : void
SetTracking ( bool b ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetCamera() public method

public ResetCamera ( ) : void
return void

ResetCamera() public method

public ResetCamera ( float newMinZoom, float newMaxZoom ) : void
newMinZoom float
newMaxZoom float
return void

SetTracking() public method

public SetTracking ( bool b ) : void
b bool
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxZoom public property

public float maxZoom
return float

minZoom public property

public float minZoom
return float

movementSpeed public property

public float movementSpeed
return float

tracking public property

public bool tracking
return bool