UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

10 lines (9 loc) 269 B
/** * Centralized picker ID generator. Provides unique IDs for objects that need * to be identifiable during GPU-based picking operations. * * @type {NumericIds} * @ignore */ export const PickerId: NumericIds; import { NumericIds } from '../core/numeric-ids.js';