C# Class SetupPracticeRoom, CodeSpells

Inheritance: MonoBehaviour
Show file Open project: srfoster/CodeSpells

Public Properties

Property Type Description
firstPersonCamera Camera
startCrate GameObject
thirdPersonCamera Camera

Public Methods

Method Description
Init ( ) : void
OnGUI ( ) : void
Start ( ) : void
Update ( ) : void
getSpellName ( string cont ) : string
givePlayerASolutionScroll ( ) : void
givePlayerASpellbook ( ) : void
setupSpecialEvents ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

getSpellName() public method

public getSpellName ( string cont ) : string
cont string
return string

givePlayerASolutionScroll() public method

public givePlayerASolutionScroll ( ) : void
return void

givePlayerASpellbook() public method

public givePlayerASpellbook ( ) : void
return void

setupSpecialEvents() public method

public setupSpecialEvents ( ) : void
return void

Property Details

firstPersonCamera public property

public Camera firstPersonCamera
return Camera

startCrate public property

public GameObject startCrate
return GameObject

thirdPersonCamera public property

public Camera thirdPersonCamera
return Camera