UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 360 B
export class AreaTrigger { size: Vector2; data: BitSet; /** * * @type {TriggerAction[]} */ actions: TriggerAction[]; } export namespace AreaTrigger { let typeName: string; } import Vector2 from "../../../core/geom/Vector2.js"; import { BitSet } from "../../../core/binary/BitSet.js"; //# sourceMappingURL=AreaTrigger.d.ts.map