C# Class SetupLevel, CodeSpells

Inheritance: ScriptableWizard
Afficher le fichier Open project: srfoster/CodeSpells

Méthodes publiques

Свойство Type Description
UnlevitationQuest GameObject
currentLevel int

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
nextQuests ( ) : string[]
objectNameForQuest ( string questName ) : string

Method Details

Init() public méthode

public Init ( ) : void
Résultat void

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

createOrangeBorderTexture() public méthode

public createOrangeBorderTexture ( ) : void
Résultat void

createYellowBorderTexture() public méthode

public createYellowBorderTexture ( ) : void
Résultat void

getCompletedAreas() public méthode

public getCompletedAreas ( ) : void
Résultat void

getSpellName() public méthode

public getSpellName ( string cont ) : string
cont string
Résultat string

givePlayerABadgeBook() public méthode

public givePlayerABadgeBook ( ) : void
Résultat void

givePlayerAFlag() public méthode

public givePlayerAFlag ( ) : void
Résultat void

givePlayerAScroll() public méthode

public givePlayerAScroll ( ) : void
Résultat void

givePlayerASpellbook() public méthode

public givePlayerASpellbook ( ) : void
Résultat void

givePlayerExistingSpells() public méthode

public givePlayerExistingSpells ( ) : void
Résultat void

hideAllQuestArrows() public méthode

public hideAllQuestArrows ( ) : void
Résultat void

logStart() public méthode

public logStart ( ) : void
Résultat void

markCompletedBadges() public méthode

public markCompletedBadges ( ) : void
Résultat void

setupSpecialEvents() public méthode

public setupSpecialEvents ( ) : void
Résultat void

showAppropriateQuestArrows() public méthode

public showAppropriateQuestArrows ( ) : void
Résultat void

showAppropriateSpells() public méthode

public showAppropriateSpells ( GameObject badgeBook ) : void
badgeBook GameObject
Résultat void

showQuestObjects() public méthode

public showQuestObjects ( string objectName ) : void
objectName string
Résultat void

Property Details

UnlevitationQuest public_oe property

public GameObject UnlevitationQuest
Résultat GameObject

currentLevel public_oe property

public int currentLevel
Résultat int