> For the complete documentation index, see [llms.txt](https://joanorba.gitbook.io/spawnertool/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://joanorba.gitbook.io/spawnertool/api/data/spawnenemydata.md).

# SpawnEnemyData

class in SpawnerTool.Data

### Properties

<table data-header-hidden><thead><tr><th width="150"></th><th></th><th></th></tr></thead><tbody><tr><td>string</td><td>EnemyType</td><td>Type of enemy you want to spawn</td></tr><tr><td>int</td><td>SpawnPointID</td><td>Spawn point id, matching <a href="/spawnertool/api/runtime/spawnpointsidmanager.md">SpawnPointsIDManager </a>of the scene</td></tr><tr><td>int</td><td>HowManyEnemies</td><td>Quantity of enemies you want to spawn</td></tr><tr><td>float</td><td>TimeToStartSpawning</td><td>At which round time it starts spawning enemies</td></tr><tr><td>float</td><td>TimeBetweenSpawn</td><td>How much time between spawning one enemy and the next one</td></tr><tr><td>bool</td><td>IsAlreadySpawned </td><td>Checks this SpawnEnemyData has already been spawned</td></tr></tbody></table>
