C# Class ZombieSpawner

Inheritance: MonoBehaviour
Afficher le fichier Open project: caffeinatedguy/Limbs Class Usage Examples

Méthodes publiques

Свойство Type Description
maxSpawnTime float
mesh NavMesh
minSpawnTime float

Méthodes publiques

Méthode Description
SpawnZombie ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SpawnZombie() public méthode

public SpawnZombie ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

maxSpawnTime public_oe property

public float maxSpawnTime
Résultat float

mesh public_oe property

public NavMesh mesh
Résultat NavMesh

minSpawnTime public_oe property

public float minSpawnTime
Résultat float