C# 클래스 SpellBuilder

상속: MonoBehaviour
파일 보기 프로젝트 열기: dggriffin/Rain-Rain-Ritual 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
loseBox GameObject
winBox GameObject

공개 메소드들

메소드 설명
StartNewSpell ( string spellType = null ) : void
StartSpell ( string spellType = null ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

StartNewSpell() 공개 메소드

public StartNewSpell ( string spellType = null ) : void
spellType string
리턴 void

StartSpell() 공개 메소드

public StartSpell ( string spellType = null ) : void
spellType string
리턴 void

프로퍼티 상세

loseBox 공개적으로 프로퍼티

public GameObject loseBox
리턴 GameObject

winBox 공개적으로 프로퍼티

public GameObject winBox
리턴 GameObject