UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines 370 B
/** * * @param {BufferAttribute} first * @param {int} firstIndex * @param {BufferAttribute} second * @param {int} secondIndex * @param {int} count * @returns {boolean} */ export function equalAttributeValue(first: BufferAttribute, firstIndex: int, second: BufferAttribute, secondIndex: int, count: int): boolean; //# sourceMappingURL=equalAttributeValue.d.ts.map