C# Class EnergyBar, wepwep

Inheritance: MonoBehaviour
ファイルを表示 Open project: encephalopathy/wepwep Class Usage Examples

Public Properties

Property Type Description
CurrentEnergy float
EnergyBarBackground Texture
Energybar Texture

Public Methods

Method Description
AdjustCurrentEnergy ( float adj ) : void
OnGUI ( ) : void
SetCurrentEnergy ( float adj ) : void
Start ( ) : void
Update ( ) : void

Method Details

AdjustCurrentEnergy() public method

public AdjustCurrentEnergy ( float adj ) : void
adj float
return void

OnGUI() public method

public OnGUI ( ) : void
return void

SetCurrentEnergy() public method

public SetCurrentEnergy ( float adj ) : void
adj float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CurrentEnergy public_oe property

public float CurrentEnergy
return float

EnergyBarBackground public_oe property

public Texture EnergyBarBackground
return Texture

Energybar public_oe property

public Texture Energybar
return Texture