C# 클래스 SetupLevel, CodeSpells

상속: ScriptableWizard
파일 보기 프로젝트 열기: srfoster/CodeSpells

공개 프로퍼티들

프로퍼티 타입 설명
UnlevitationQuest GameObject
currentLevel int

공개 메소드들

메소드 설명
Init ( ) : void
OnApplicationQuit ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
createOrangeBorderTexture ( ) : void
createYellowBorderTexture ( ) : void
getCompletedAreas ( ) : void
getSpellName ( string cont ) : string
givePlayerABadgeBook ( ) : void
givePlayerAFlag ( ) : void
givePlayerAScroll ( ) : void
givePlayerASpellbook ( ) : void
givePlayerExistingSpells ( ) : void
hideAllQuestArrows ( ) : void
logStart ( ) : void
markCompletedBadges ( ) : void
setupSpecialEvents ( ) : void
showAppropriateQuestArrows ( ) : void
showAppropriateSpells ( GameObject badgeBook ) : void
showQuestObjects ( string objectName ) : void

비공개 메소드들

메소드 설명
nextQuests ( ) : string[]
objectNameForQuest ( string questName ) : string

메소드 상세

Init() 공개 메소드

public Init ( ) : void
리턴 void

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

createOrangeBorderTexture() 공개 메소드

public createOrangeBorderTexture ( ) : void
리턴 void

createYellowBorderTexture() 공개 메소드

public createYellowBorderTexture ( ) : void
리턴 void

getCompletedAreas() 공개 메소드

public getCompletedAreas ( ) : void
리턴 void

getSpellName() 공개 메소드

public getSpellName ( string cont ) : string
cont string
리턴 string

givePlayerABadgeBook() 공개 메소드

public givePlayerABadgeBook ( ) : void
리턴 void

givePlayerAFlag() 공개 메소드

public givePlayerAFlag ( ) : void
리턴 void

givePlayerAScroll() 공개 메소드

public givePlayerAScroll ( ) : void
리턴 void

givePlayerASpellbook() 공개 메소드

public givePlayerASpellbook ( ) : void
리턴 void

givePlayerExistingSpells() 공개 메소드

public givePlayerExistingSpells ( ) : void
리턴 void

hideAllQuestArrows() 공개 메소드

public hideAllQuestArrows ( ) : void
리턴 void

logStart() 공개 메소드

public logStart ( ) : void
리턴 void

markCompletedBadges() 공개 메소드

public markCompletedBadges ( ) : void
리턴 void

setupSpecialEvents() 공개 메소드

public setupSpecialEvents ( ) : void
리턴 void

showAppropriateQuestArrows() 공개 메소드

public showAppropriateQuestArrows ( ) : void
리턴 void

showAppropriateSpells() 공개 메소드

public showAppropriateSpells ( GameObject badgeBook ) : void
badgeBook GameObject
리턴 void

showQuestObjects() 공개 메소드

public showQuestObjects ( string objectName ) : void
objectName string
리턴 void

프로퍼티 상세

UnlevitationQuest 공개적으로 프로퍼티

public GameObject UnlevitationQuest
리턴 GameObject

currentLevel 공개적으로 프로퍼티

public int currentLevel
리턴 int