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
spawner3
C# Class spawner3, Unity
Inheritance:
MonoBehaviour
Mostrar archivo
Open project: zackva/Unity
Public Properties
Property
Type
Description
enemyCount
int
timer
float
whatToSpawn
GameObject
Public Methods
Method
Description
Update
( ) :
void
spawn
( ) :
void
Method Details
Update()
public
method
public
Update
( ) :
void
return
void
spawn()
public
method
public
spawn
( ) :
void
return
void
Property Details
enemyCount
public_oe property
public
int
enemyCount
return
int
timer
public_oe property
public
float
timer
return
float
whatToSpawn
public_oe property
public
GameObject
whatToSpawn
return
GameObject