C# Class CustomiseSlider

Inheritance: MonoBehaviour
Mostra file Open project: Aerolith-Studios/White-Collar

Public Properties

Property Type Description
Fill Image
MaxHealth int
MaxHealthColor Color
MinHealthColor Color

Public Methods

Method Description
UpdateHealthBar ( int val ) : void

Private Methods

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

Method Details

UpdateHealthBar() public method

public UpdateHealthBar ( int val ) : void
val int
return void

Property Details

Fill public_oe property

public Image Fill
return Image

MaxHealth public_oe property

public int MaxHealth
return int

MaxHealthColor public_oe property

public Color MaxHealthColor
return Color

MinHealthColor public_oe property

public Color MinHealthColor
return Color