UNPKG

@awayjs/renderer

Version:
18 lines (17 loc) 323 B
/** * @class away.base.HitTestCache */ var HitTestCache = /** @class */ (function () { function HitTestCache() { /** * */ this.cells = new Array(); /** * */ this.lastCollisionIndex = -1; } return HitTestCache; }()); export { HitTestCache };