C# Class DungeonToForest

Inheritance: SceneManager
Show file Open project: marouen-lamiri/Second-Soul

Public Properties

Property Type Description
buttons GUIStyle

Protected Properties

Property Type Description
fPosition Fighter,
greeting string
playerTag string
sPosition Sorcerer,
sceneName string
teleporter string

Public Methods

Method Description
OnGUI ( ) : void
Start ( ) : void
clicked ( ) : void
menu ( ) : void

Method Details

OnGUI() public method

public OnGUI ( ) : void
return void

Start() public method

public Start ( ) : void
return void

clicked() public method

public clicked ( ) : void
return void

menu() public method

public menu ( ) : void
return void

Property Details

buttons public property

public GUIStyle buttons
return GUIStyle

fPosition protected property

protected Fighter, fPosition
return Fighter,

greeting protected property

protected string greeting
return string

playerTag protected property

protected string playerTag
return string

sPosition protected property

protected Sorcerer, sPosition
return Sorcerer,

sceneName protected property

protected string sceneName
return string

teleporter protected property

protected string teleporter
return string