C# Class InGameSetUp

Inheritance: MonoBehaviour
Afficher le fichier Open project: TheJP/GlobalGameJam2016

Méthodes publiques

Свойство Type Description
credits GameObject
creditsButton Button
playerNumberText Text
shadowLordText Text

Méthodes publiques

Méthode 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 méthode

public HideCredits ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int scene ) : void
scene int
Résultat void

SetCharacterParameters() public méthode

public SetCharacterParameters ( ) : void
Résultat void

ShowCredits() public méthode

public ShowCredits ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TogglePlayerNumber() public méthode

public TogglePlayerNumber ( ) : void
Résultat void

ToggleShadowLord() public méthode

public ToggleShadowLord ( ) : void
Résultat void

UpdatePlayerNumber() public méthode

public UpdatePlayerNumber ( ) : void
Résultat void

UpdateShadowLord() public méthode

public UpdateShadowLord ( ) : void
Résultat void

Property Details

credits public_oe property

public GameObject credits
Résultat GameObject

creditsButton public_oe property

public Button creditsButton
Résultat Button

playerNumberText public_oe property

public Text playerNumberText
Résultat Text

shadowLordText public_oe property

public Text shadowLordText
Résultat Text