C# Class InGameSetUp

Inheritance: MonoBehaviour
Show file Open project: TheJP/GlobalGameJam2016

Public Properties

Property Type Description
credits GameObject
creditsButton Button
playerNumberText Text
shadowLordText Text

Public Methods

Method Description
HideCredits ( ) : void
OnLevelWasLoaded ( int scene ) : void
SetCharacterParameters ( ) : void
ShowCredits ( ) : void
Start ( ) : void
TogglePlayerNumber ( ) : void
ToggleShadowLord ( ) : void
UpdatePlayerNumber ( ) : void
UpdateShadowLord ( ) : void

Method Details

HideCredits() public method

public HideCredits ( ) : void
return void

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int scene ) : void
scene int
return void

SetCharacterParameters() public method

public SetCharacterParameters ( ) : void
return void

ShowCredits() public method

public ShowCredits ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TogglePlayerNumber() public method

public TogglePlayerNumber ( ) : void
return void

ToggleShadowLord() public method

public ToggleShadowLord ( ) : void
return void

UpdatePlayerNumber() public method

public UpdatePlayerNumber ( ) : void
return void

UpdateShadowLord() public method

public UpdateShadowLord ( ) : void
return void

Property Details

credits public property

public GameObject credits
return GameObject

creditsButton public property

public Button creditsButton
return Button

playerNumberText public property

public Text playerNumberText
return Text

shadowLordText public property

public Text shadowLordText
return Text