arcade2d
Variable

CAMERA_COMPONENT_KEY

world/world.constants.ts:8

Reserved component key used by the engine to register the auto-attached Camera on every World. Surfaces as a constant so user code that — for whatever reason — needs to introspect the camera by key doesn't have to hard-code a magic string, and so the collision message in addComponents can mention the constant rather than a raw literal.

ESC