🔧
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
  • MANUAL
  • API Sections

API

NextChangelog

Last updated 3 years ago

Here you can find the SpawnerTool API.

MANUAL

If you are looking for MANUAL, you can find it here:

API Sections

This API is divided in 3 sections

  • Runtime: runtime contains everything that runs in-game

  • Data: data contains data scripts, mostly ScriptableObjects

  • Editor: editor contains scripts of Editor. It can help you modify tool for your own needs

MANUAL
Page cover image