C# Class CharacterShield, Final_Project_Main

Inheritance: MonoBehaviour
Exibir arquivo Open project: framadan/Final_Project_Main Class Usage Examples

Public Properties

Property Type Description
health int
shieldActive bool
timeForActive float
timeForDamage float

Public Methods

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

Method Details

ShieldActivity() public method

public ShieldActivity ( ) : void
return void

ShieldState() public method

public ShieldState ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

health public_oe property

public int health
return int

shieldActive public_oe property

public bool shieldActive
return bool

timeForActive public_oe property

public float timeForActive
return float

timeForDamage public_oe property

public float timeForDamage
return float