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
RedBarrel
C# Class RedBarrel, AwesomeGameInSpace
Inheritance:
Damageable
Show file
Open project: ZPZ-Gr2/AwesomeGameInSpace
Public Properties
Property
Type
Description
damageToDeal
float
explosionParticle
GameObject
radius
float
timeToVanish
float
Public Methods
Method
Description
DealDamage
(
Vector3
damage
) :
void
FixedUpdate
( ) :
void
Method Details
DealDamage()
public
method
public
DealDamage
(
Vector3
damage
) :
void
damage
Vector3
return
void
FixedUpdate()
public
method
public
FixedUpdate
( ) :
void
return
void
Property Details
damageToDeal
public property
public
float
damageToDeal
return
float
explosionParticle
public property
public
GameObject
explosionParticle
return
GameObject
radius
public property
public
float
radius
return
float
timeToVanish
public property
public
float
timeToVanish
return
float