C# Class InGameSetUp

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public GameObject credits
return GameObject

creditsButton public_oe property

public Button creditsButton
return Button

playerNumberText public_oe property

public Text playerNumberText
return Text

shadowLordText public_oe property

public Text shadowLordText
return Text