Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
CharacterShield
C# Class CharacterShield, Final_Project_Main
Inheritance:
MonoBehaviour
Show file
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 property
public
int
health
return
int
shieldActive
public property
public
bool
shieldActive
return
bool
timeForActive
public property
public
float
timeForActive
return
float
timeForDamage
public property
public
float
timeForDamage
return
float