C# Class SetupPracticeRoom, CodeSpells

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

Méthodes publiques

Свойство Type Description
firstPersonCamera Camera
startCrate GameObject
thirdPersonCamera Camera

Méthodes publiques

Méthode Description
Init ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
getSpellName ( string cont ) : string
givePlayerASolutionScroll ( ) : void
givePlayerASpellbook ( ) : void
setupSpecialEvents ( ) : void

Method Details

Init() public méthode

public Init ( ) : 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

getSpellName() public méthode

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

givePlayerASolutionScroll() public méthode

public givePlayerASolutionScroll ( ) : void
Résultat void

givePlayerASpellbook() public méthode

public givePlayerASpellbook ( ) : void
Résultat void

setupSpecialEvents() public méthode

public setupSpecialEvents ( ) : void
Résultat void

Property Details

firstPersonCamera public_oe property

public Camera firstPersonCamera
Résultat Camera

startCrate public_oe property

public GameObject startCrate
Résultat GameObject

thirdPersonCamera public_oe property

public Camera thirdPersonCamera
Résultat Camera