C# Class RainSpell

Inheritance: Spell
Afficher le fichier Open project: dggriffin/Rain-Rain-Ritual

Méthodes publiques

Méthode Description
RainSpell ( string name = null ) : System

Méthodes protégées

Méthode Description
CenterObjectInitialize ( ) : void
CenterObjectLose ( ) : void
CenterObjectUpdate ( ) : void
CenterObjectWin ( ) : void
ShowWinAnimation ( bool show ) : void
WinAnimationInitialize ( ) : void

Method Details

CenterObjectInitialize() protected méthode

protected CenterObjectInitialize ( ) : void
Résultat void

CenterObjectLose() protected méthode

protected CenterObjectLose ( ) : void
Résultat void

CenterObjectUpdate() protected méthode

protected CenterObjectUpdate ( ) : void
Résultat void

CenterObjectWin() protected méthode

protected CenterObjectWin ( ) : void
Résultat void

RainSpell() public méthode

public RainSpell ( string name = null ) : System
name string
Résultat System

ShowWinAnimation() protected méthode

protected ShowWinAnimation ( bool show ) : void
show bool
Résultat void

WinAnimationInitialize() protected méthode

protected WinAnimationInitialize ( ) : void
Résultat void