visualization-tools

Home > @visualization-tools/core > IHitAllowedComponent

IHitAllowedComponent interface

Called before hit testing an entity, return false to prevent the entity from being included in the result.

Signature:

export interface IHitAllowedComponent<TUpdateArg, TTrait> 

Methods

Method Description
isHitAllowed(entity, pointerEvent, updateArg)