C# Class SpellBuilder

Inheritance: MonoBehaviour
Afficher le fichier Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Méthodes publiques

Свойство Type Description
loseBox GameObject
winBox GameObject

Méthodes publiques

Méthode Description
StartNewSpell ( string spellType = null ) : void
StartSpell ( string spellType = null ) : void

Private Methods

Méthode Description
EndGame ( ) : void
GetNextSpellOrEndGame ( string spellType = null ) : void
IsSpellOver ( Spell, spell ) : bool
OnSpellOver ( SpellState state, Spell, spell ) : void
ShowInstructions ( ) : void
Start ( ) : void
StopSpell ( Spell, spell ) : void
WaitThenShowNextInstructions ( Spell, spell ) : IEnumerator

Method Details

StartNewSpell() public méthode

public StartNewSpell ( string spellType = null ) : void
spellType string
Résultat void

StartSpell() public méthode

public StartSpell ( string spellType = null ) : void
spellType string
Résultat void

Property Details

loseBox public_oe property

public GameObject loseBox
Résultat GameObject

winBox public_oe property

public GameObject winBox
Résultat GameObject