C# Class EnemyHealthBar, angrygoats

Inheritance: MonoBehaviour
Show file Open project: dulb640/angrygoats Class Usage Examples

Public Properties

Property Type Description
image Image,
maxColor Color
maxValue float
minColor Color
minValue float
selectedAxis SelectedAxis

Public Methods

Method Description
SetHealthVisual ( float healthNormalized ) : void
Start ( ) : void
Update ( ) : void

Method Details

SetHealthVisual() public method

public SetHealthVisual ( float healthNormalized ) : void
healthNormalized float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

image public property

public Image, image
return Image,

maxColor public property

public Color maxColor
return Color

maxValue public property

public float maxValue
return float

minColor public property

public Color minColor
return Color

minValue public property

public float minValue
return float

selectedAxis public property

public SelectedAxis selectedAxis
return SelectedAxis