arcade2d
Type Alias

WorldObjectMetadata

world/world-object.types.ts:7

Metadata describing a WorldObject's relationship with the world it belongs to. Constructed by the engine during spawn (either through a Prefab or World.createEmpty) and held read-only on the object thereafter; users never construct this directly.

{ id: string; prefabName?: string; tags: Set<string> }
ESC