C# Class LifeManager, Joyful

Inheritance: MonoBehaviour
Afficher le fichier Open project: GDCASU/Joyful Class Usage Examples

Méthodes publiques

Свойство Type Description
gameOverScreen GameObject
mainMenu string
player PlayerController
waitAfterGameOver float

Méthodes publiques

Méthode Description
GiveLife ( ) : void
Start ( ) : void
TakeLife ( ) : void
Update ( ) : void

Method Details

GiveLife() public méthode

public GiveLife ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

TakeLife() public méthode

public TakeLife ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

gameOverScreen public_oe property

public GameObject gameOverScreen
Résultat GameObject

mainMenu public_oe property

public string mainMenu
Résultat string

player public_oe property

public PlayerController player
Résultat PlayerController

waitAfterGameOver public_oe property

public float waitAfterGameOver
Résultat float