UNPKG

@dcl/ecs

Version:
9 lines (8 loc) 247 B
import { IEngine } from '../engine/types'; /** * It checks all the entities that has a PointerEvent and check if it has a collider. * * * @public * @params engine */ export declare function pointerEventColliderChecker(engine: IEngine): void;