C# Class ForestToDungeon

Inheritance: SceneManager
Exibir arquivo Open project: marouen-lamiri/Second-Soul

Public Properties

Property Type Description
buttons GUIStyle

Protected Properties

Property Type Description
fPosition Fighter,
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_oe property

public GUIStyle buttons
return GUIStyle

fPosition protected_oe property

protected Fighter, fPosition
return Fighter,

playerTag protected_oe property

protected string playerTag
return string

sPosition protected_oe property

protected Sorcerer, sPosition
return Sorcerer,

sceneName protected_oe property

protected string sceneName
return string

teleporter protected_oe property

protected string teleporter
return string