🔧
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
  • Description
  • Public Methods
  1. Data

SpawnerGraph

class in SpawnerTool.Data | Inherits: ScriptableObject

Description

Spawner Graph is a data container for saving spawning enemies information.

Public Methods

GetAllRounds

Returns all rounds

GetSpawnEnemyDataByTime

It returns SpawnEnemyData if time is achieved.

ResetGraphState

Reset spawned state from all rounds

ResetGraphRoundState

Resets spawned state to false, in a given round

PreviousIsSpawnerFinishedNextGetAllRounds

Last updated 3 years ago