C# Class MainUIController, Left4Bread

作りました (tsukurimashita - created) かわりました (kawarimashita - changed) はヌルじゃない (variable wa naru janai - not null) の終わり (method no owari - method's end)
Inheritance: MonoBehaviour
Show file Open project: andresg6/Left4Bread Class Usage Examples

Public Methods

Method Description
updatePlayerHealth ( int remainingHealth, int maxHealth ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void
handleKeyPress ( ) : void

Method Details

updatePlayerHealth() public method

public updatePlayerHealth ( int remainingHealth, int maxHealth ) : void
remainingHealth int
maxHealth int
return void