C# Class MoveableWorldBit, ggj16

Inheritance: MonoBehaviour
Afficher le fichier Open project: amzeratul/ggj16

Méthodes publiques

Méthode Description
OnVariableSet ( int level ) : void

Méthodes protégées

Méthode Description
Start ( ) : void

Private Methods

Méthode Description
DoMoveTowards ( GameObject target, Vector2 endPos, float time ) : IEnumerator

Method Details

OnVariableSet() public méthode

public OnVariableSet ( int level ) : void
level int
Résultat void

Start() protected méthode

protected Start ( ) : void
Résultat void