C# Class SpellBuilder

Inheritance: MonoBehaviour
Mostra file Open project: dggriffin/Rain-Rain-Ritual Class Usage Examples

Public Properties

Property Type Description
loseBox GameObject
winBox GameObject

Public Methods

Method Description
StartNewSpell ( string spellType = null ) : void
StartSpell ( string spellType = null ) : void

Private Methods

Method 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 method

public StartNewSpell ( string spellType = null ) : void
spellType string
return void

StartSpell() public method

public StartSpell ( string spellType = null ) : void
spellType string
return void

Property Details

loseBox public_oe property

public GameObject loseBox
return GameObject

winBox public_oe property

public GameObject winBox
return GameObject