Draft: The content on this page is complete, but it has not been reviewed yet.
Experimental: This Feature is currently experimental and is subject to change in later major versions.
Spawner Callbacks
Spawner Callbacks is a C# API that enables defining custom runtime behavior and create new Blocks for use in Spawn Contexts.
Spawner Callbacks enable you do the following:
- Control the Spawn Context state (Playing, Stopped, Delayed)
- Read/Write the Output Spawn Count
- Read/Write SpawnEvent Attributes
Writing Spawner Callbacks
The full reference of the API is available here.