C# Class humanReducerStats, The-next-step

Inheritance: MonoBehaviour
显示文件 Open project: esther5576/The-next-step

Public Properties

Property Type Description
_foodAmountLost float
_foodHumanUse float
_oxygenAmountLost float
_oxygenHumanUse float
_waterAmountLost float
_waterHumanUse float

Public Methods

Method Description
Update ( ) : void

Method Details

Update() public method

public Update ( ) : void
return void

Property Details

_foodAmountLost public_oe property

public float _foodAmountLost
return float

_foodHumanUse public_oe property

public float _foodHumanUse
return float

_oxygenAmountLost public_oe property

public float _oxygenAmountLost
return float

_oxygenHumanUse public_oe property

public float _oxygenHumanUse
return float

_waterAmountLost public_oe property

public float _waterAmountLost
return float

_waterHumanUse public_oe property

public float _waterHumanUse
return float