![]() |
Runtime Spawner 1.2.5
Generic Runtime spawn and instance pooling system for spawning random AI agents around a map. Works with ANY AI system easily.
|
Executes a spawn request for a given SpawnEntry using a provided context. More...
Public Member Functions | |
GameObject | Spawn (SpawnEntry entry, SpawnContext ctx) |
Spawns an instance for entry at a position derived from ctx . | |
Executes a spawn request for a given SpawnEntry using a provided context.
GameObject MegaCrush.Spawner.ISpawnExecutor.Spawn | ( | SpawnEntry | entry, |
SpawnContext | ctx ) |
Spawns an instance for entry at a position derived from ctx .
entry | Spawn configuration (prefab, group settings, etc.). |
ctx | Context describing source, placement hints, and player position. |
null
on failure.Implemented in MegaCrush.Spawner.SpawnExecutor.