C# Class SmootherTrackingCamera, GrapplingHookFighters

Inheritance: MonoBehaviour
Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters

Méthodes publiques

Свойство Type Description
maxZoom float
minZoom float
movementSpeed float
tracking bool

Méthodes publiques

Méthode Description
ResetCamera ( ) : void
ResetCamera ( float newMinZoom, float newMaxZoom ) : void
SetTracking ( bool b ) : void
Start ( ) : void
Update ( ) : void

Method Details

ResetCamera() public méthode

public ResetCamera ( ) : void
Résultat void

ResetCamera() public méthode

public ResetCamera ( float newMinZoom, float newMaxZoom ) : void
newMinZoom float
newMaxZoom float
Résultat void

SetTracking() public méthode

public SetTracking ( bool b ) : void
b bool
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

maxZoom public_oe property

public float maxZoom
Résultat float

minZoom public_oe property

public float minZoom
Résultat float

movementSpeed public_oe property

public float movementSpeed
Résultat float

tracking public_oe property

public bool tracking
Résultat bool