C# Class ZombieSpawner

Inheritance: MonoBehaviour
Exibir arquivo Open project: caffeinatedguy/Limbs Class Usage Examples

Public Properties

Property Type Description
maxSpawnTime float
mesh NavMesh
minSpawnTime float

Public Methods

Method Description
SpawnZombie ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

SpawnZombie() public method

public SpawnZombie ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

maxSpawnTime public_oe property

public float maxSpawnTime
return float

mesh public_oe property

public NavMesh mesh
return NavMesh

minSpawnTime public_oe property

public float minSpawnTime
return float