🔧
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. Runtime

SpawnPointsIDManager

class in SpawnerTool.Runtime | Inherits: MonoBehaviour

PreviousChangelogNextGetSpawnPosition

Last updated 3 years ago

Description

This component is the responsible for administrating Spawn points for the scene.

See for further details.

Public Methods

Get World Position of an id. If id doesn't exists, it will cause null errors.

Get World Position of an id, checking if given id is true.

GetSpawnPosition
TryGetSpawnPosition
Managing SpawnPoints