C# Class LifeManager, Joyful

Inheritance: MonoBehaviour
Datei anzeigen Open project: GDCASU/Joyful Class Usage Examples

Public Properties

Property Type Description
gameOverScreen GameObject
mainMenu string
player PlayerController
waitAfterGameOver float

Public Methods

Method Description
GiveLife ( ) : void
Start ( ) : void
TakeLife ( ) : void
Update ( ) : void

Method Details

GiveLife() public method

public GiveLife ( ) : void
return void

Start() public method

public Start ( ) : void
return void

TakeLife() public method

public TakeLife ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

gameOverScreen public_oe property

public GameObject gameOverScreen
return GameObject

mainMenu public_oe property

public string mainMenu
return string

player public_oe property

public PlayerController player
return PlayerController

waitAfterGameOver public_oe property

public float waitAfterGameOver
return float