🔧
SpawnerTool
API
API
  • API
  • Changelog
  • Runtime
    • SpawnPointsIDManager
      • GetSpawnPosition
      • TryGetSpawnPosition
    • WaveManager
      • StartRound
    • Timer
      • Timer
      • Tick
      • GetCountDownTimer
      • GetCountUpTimer
    • EnemySpawner
      • EnemySpawner
      • Tick
      • IsSpawnerFinished
  • Data
    • SpawnerGraph
      • GetAllRounds
      • GetSpawnEnemyDataByTime
      • ResetGraphState
      • ResetGraphRoundState
    • Round
    • SpawnEnemyData
    • EnemyFactory
      • GetIdToPrefab
      • GetEnemyPrefab
    • ProjectSettings
      • GetEnemyNames
      • GetEnemyColor
      • SetEnemyColor
  • Editor
    • Editor API
Powered by GitBook
On this page
  1. Data

SpawnEnemyData

class in SpawnerTool.Data

PreviousRoundNextEnemyFactory

Last updated 3 years ago

Properties

string

EnemyType

Type of enemy you want to spawn

int

SpawnPointID

Spawn point id, matching of the scene

int

HowManyEnemies

Quantity of enemies you want to spawn

float

TimeToStartSpawning

At which round time it starts spawning enemies

float

TimeBetweenSpawn

How much time between spawning one enemy and the next one

bool

IsAlreadySpawned

Checks this SpawnEnemyData has already been spawned

SpawnPointsIDManager