🔧
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
  • Declaration
  • Returns
  • Description
  1. Data
  2. SpawnerGraph

GetAllRounds

function in SpawnerGraph

Declaration

public List<Round> GetAllRounds();

Returns

List<Round> - Returns all rounds from the SpawnerGraph.

Description

Returns all rounds from the SpawnerGraph.

PreviousSpawnerGraphNextGetSpawnEnemyDataByTime

Last updated 3 years ago