C# Class WorldObjectAnim, ggj16

Inheritance: MonoBehaviour, Rhythm.Listener
Afficher le fichier Open project: amzeratul/ggj16

Méthodes publiques

Свойство Type Description
BaseRotation Quaternion

Méthodes publiques

Méthode Description
OnSpawn ( ) : void
OnTick ( ) : void

Méthodes protégées

Méthode Description
OnDestroy ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
UpdateNormal ( ) : void
UpdateSpawning ( ) : void
UpdateSquish ( float t ) : void
UpdateSwing ( float t ) : void

Method Details

OnDestroy() protected méthode

protected OnDestroy ( ) : void
Résultat void

OnSpawn() public méthode

public OnSpawn ( ) : void
Résultat void

OnTick() public méthode

public OnTick ( ) : void
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

BaseRotation public_oe property

public Quaternion BaseRotation
Résultat Quaternion