C# Class JuanmaHealthScript, astronaut

Inheritance: MonoBehaviour
Mostra file Open project: pmarinr/astronaut

Public Properties

Property Type Description
total_health float

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
damage ( float hit ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

damage() public method

public damage ( float hit ) : void
hit float
return void

Property Details

total_health public_oe property

public float total_health
return float