Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
EnemyPewPew
C# Class EnemyPewPew, angrygoats
Purpose: Creates shots spawning in four different directions from the enemy.
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: dulb640/angrygoats
Public Properties
Property
Type
Description
shoot
bool
shot
GameObject
shotSpawn
Transform
shotSpawn1
Transform
shotSpawn2
Transform
shotSpawn3
Transform
Public Methods
Method
Description
Start
( ) :
void
Update
( ) :
void
Method Details
Start()
public
method
public
Start
( ) :
void
return
void
Update()
public
method
public
Update
( ) :
void
return
void
Property Details
shoot
public_oe property
public
bool
shoot
return
bool
shot
public_oe property
public
GameObject
shot
return
GameObject
shotSpawn
public_oe property
public
Transform
shotSpawn
return
Transform
shotSpawn1
public_oe property
public
Transform
shotSpawn1
return
Transform
shotSpawn2
public_oe property
public
Transform
shotSpawn2
return
Transform
shotSpawn3
public_oe property
public
Transform
shotSpawn3
return
Transform