Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
ShieldLogic
C# Class ShieldLogic, wepwep
Inheritance:
MonoBehaviour
Mostra file
Open project: encephalopathy/wepwep
Public Properties
Property
Type
Description
alive
bool
currentShieldHealth
int
maxShieldHealth
int
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
doDamage
(
int
amount
) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
doDamage()
public
method
public
doDamage
(
int
amount
) :
void
amount
int
return
void
Property Details
alive
public_oe property
public
bool
alive
return
bool
currentShieldHealth
public_oe property
public
int
currentShieldHealth
return
int
maxShieldHealth
public_oe property
public
int
maxShieldHealth
return
int