🔧
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

PreviousIsSpawnerFinishedNextGetAllRounds

Last updated 3 years ago

Description

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

Public Methods

Returns all rounds

It returns if time is achieved.

Reset spawned state from all rounds

Resets spawned state to false, in a given round

GetAllRounds
GetSpawnEnemyDataByTime
SpawnEnemyData
ResetGraphState
ResetGraphRoundState