C# Class PowerUpBar, gmap377_leathGloves_inc

Inheritance: MonoBehaviour
Datei anzeigen Open project: bi3mer/gmap377_leathGloves_inc Class Usage Examples

Public Properties

Property Type Description
activeTime float
isActive bool
pUBar Image

Public Methods

Method Description
OnEnable ( ) : void
activate ( ) : void

Activates power up bar script and resets size

Private Methods

Method Description
PowerUpDepletion ( ) : IEnumerator

reduces powerup bar

Method Details

OnEnable() public method

public OnEnable ( ) : void
return void

activate() public method

Activates power up bar script and resets size
public activate ( ) : void
return void

Property Details

activeTime public_oe property

public float activeTime
return float

isActive public_oe property

public bool isActive
return bool

pUBar public_oe property

public Image pUBar
return Image