C# Class PlayerArmorBar, 3D-DATA-ZombieBeaverSpil

Inheritance: MonoBehaviour
ファイルを表示 Open project: Sundanian/3D-DATA-ZombieBeaverSpil

Public Properties

Property Type Description
armorBar Image
armorSpeed int
currentArmor float
maxArmor float
player Player,

Public Methods

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

Private Methods

Method Description
HandleArmor ( ) : void
MapValues ( float x, float inMin, float inMax, float outMin, float outMax ) : float

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

armorBar public_oe property

public Image armorBar
return Image

armorSpeed public_oe property

public int armorSpeed
return int

currentArmor public_oe property

public float currentArmor
return float

maxArmor public_oe property

public float maxArmor
return float

player public_oe property

public Player, player
return Player,