C# Class MainCameraController, Left4Bread

Inheritance: MonoBehaviour, ICamera
Afficher le fichier Open project: andresg6/Left4Bread Class Usage Examples

Méthodes publiques

Свойство Type Description
decrementFactor float
incrementFactor float
randomIntensity float
shakeLeft float
shakeScale float

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
addScreenShake ( float shakeAmount ) : void

Private Methods

Méthode Description
applyScreenShake ( ) : void
undoScreenShake ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

addScreenShake() public méthode

public addScreenShake ( float shakeAmount ) : void
shakeAmount float
Résultat void

Property Details

decrementFactor public_oe property

public float decrementFactor
Résultat float

incrementFactor public_oe property

public float incrementFactor
Résultat float

randomIntensity public_oe property

public float randomIntensity
Résultat float

shakeLeft public_oe property

public float shakeLeft
Résultat float

shakeScale public_oe property

public float shakeScale
Résultat float