Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
EnemyBolt
C# Class EnemyBolt, angrygoats
Purpose: Creates a bolt attack which can be instantiated by enemies with casting abilities.
Inheritance:
MonoBehaviour
Exibir arquivo
Open project: dulb640/angrygoats
Public Properties
Property
Type
Description
boltDamage
int
enemy
GameObject
speed
float
Public Methods
Method
Description
OnTriggerEnter
(
Collider
other
) :
void
Start
( ) :
void
Method Details
OnTriggerEnter()
public
method
public
OnTriggerEnter
(
Collider
other
) :
void
other
Collider
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
boltDamage
public_oe property
public
int
boltDamage
return
int
enemy
public_oe property
public
GameObject
enemy
return
GameObject
speed
public_oe property
public
float
speed
return
float