C# Class ProgressionBar

Inheritance: MonoBehaviour
Datei anzeigen 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_oe property

public float _maxValue
return float

_minValue public_oe property

public float _minValue
return float

_value public_oe property

public float _value
return float

_valueBar public_oe property

public Image _valueBar
return Image