C# Class CameraShake, UrsaMajor

Inheritance: MonoBehaviour
Afficher le fichier Open project: BJarv/UrsaMajor Class Usage Examples

Méthodes publiques

Свойство Type Description
altShakeAmount float
shakeAmount float
shakeTime float
test bool

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void
bumpIt ( float intensity = 2f, float time = .1f ) : void
stopAllShake ( ) : void
trainBumpIt ( ) : void

Private Methods

Méthode Description
altShakeOff ( float time ) : IEnumerator
shakeOff ( float time ) : IEnumerator
trainShake ( ) : IEnumerator

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

bumpIt() public méthode

public bumpIt ( float intensity = 2f, float time = .1f ) : void
intensity float
time float
Résultat void

stopAllShake() public méthode

public stopAllShake ( ) : void
Résultat void

trainBumpIt() public méthode

public trainBumpIt ( ) : void
Résultat void

Property Details

altShakeAmount public_oe property

public float altShakeAmount
Résultat float

shakeAmount public_oe property

public float shakeAmount
Résultat float

shakeTime public_oe property

public float shakeTime
Résultat float

test public_oe property

public bool test
Résultat bool