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
CompleteProject
EnemyManager
C# Class CompleteProject.EnemyManager
Inheritance:
UnityEngine.MonoBehaviour
Exibir arquivo
Open project: ltg-uic/Wallcology-Unity
Class Usage Examples
Public Properties
Property
Type
Description
enemy
UnityEngine.GameObject
spawnPoints
UnityEngine.Transform[]
spawnTime
float
Public Methods
Method
Description
Spawn
( ) :
void
Start
( ) :
void
Method Details
Spawn()
public
method
public
Spawn
( ) :
void
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
enemy
public_oe property
public
GameObject,UnityEngine
enemy
return
UnityEngine.GameObject
spawnPoints
public_oe property
public
Transform[],UnityEngine
spawnPoints
return
UnityEngine.Transform[]
spawnTime
public_oe property
public
float
spawnTime
return
float