C# Class LifeManager, Joyful

Inheritance: MonoBehaviour
Show file 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 property

public GameObject gameOverScreen
return GameObject

mainMenu public property

public string mainMenu
return string

player public property

public PlayerController player
return PlayerController

waitAfterGameOver public property

public float waitAfterGameOver
return float