arcade2d
Type Alias

ComponentHostConstructor

components.types.ts:327

Newable type used by getComponentByType / hasComponentByType / etc. Accepts any constructor that produces a T — the engine never invokes it, it's used purely as an instanceof discriminator.

(args: never[]) => T
ESC