API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

interfaceMapSpawnOptions

@codexo/exojs-tilemap / tilemap / stable

Options for MapObjectSpawner.spawn.

1
props
0
methods
0
events
Import
import { MapSpawnOptions } from '@codexo/exojs-tilemap'

Options for MapObjectSpawner.spawn.

Properties1
signal?: AbortSignal
Cancels the spawn. An in-flight factory is still awaited - abandoning it would leak whatever it eventually produced - but its result is destroyed along with the rest of the rollback.
Source