C# Class SmootherTrackingCamera, GrapplingHookFighters

Inheritance: MonoBehaviour
Mostra 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_oe property

public float maxZoom
return float

minZoom public_oe property

public float minZoom
return float

movementSpeed public_oe property

public float movementSpeed
return float

tracking public_oe property

public bool tracking
return bool