@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 330 B
TypeScript
/**
*
* @param {BufferAttribute} first
* @param {int} firstIndex
* @param {BufferAttribute} second
* @param {int} secondIndex
* @returns {boolean}
*/
export function equalAttributeV3(first: BufferAttribute, firstIndex: int, second: BufferAttribute, secondIndex: int): boolean;
//# sourceMappingURL=equalAttributeV3.d.ts.map