Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BaseProjectile
C# Class BaseProjectile, MagesOfBlight
Inheritance:
MonoBehaviour
,
IDamaging
Datei anzeigen
Open project: DomCristaldi/MagesOfBlight
Class Usage Examples
Public Properties
Property
Type
Description
action
ProjectileAction,
damage
float
speed
float
target
Transform
Private Properties
Property
Type
Description
Public Methods
Method
Description
CheckProximity
( ) :
bool
DealDamage
( ) :
void
DestroySelf
( ) :
void
Update
( ) :
void
Method Details
CheckProximity()
public
method
public
CheckProximity
( ) :
bool
return
bool
DealDamage()
public
method
public
DealDamage
( ) :
void
return
void
DestroySelf()
public
method
public
DestroySelf
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
action
public_oe property
public
ProjectileAction,
action
return
ProjectileAction,
damage
public_oe property
public
float
damage
return
float
speed
public_oe property
public
float
speed
return
float
target
public_oe property
public
Transform
target
return
Transform