C# Class ProgressionBar

Inheritance: MonoBehaviour
Show file Open project: LilTsubaki/Les-fragments-d-Erule Class Usage Examples

Public Properties

Property Type Description
_maxValue float
_minValue float
_value float
_valueBar Image

Private Methods

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

Property Details

_maxValue public property

public float _maxValue
return float

_minValue public property

public float _minValue
return float

_value public property

public float _value
return float

_valueBar public property

public Image _valueBar
return Image