@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
10 lines • 347 B
TypeScript
/**
*
* @param {BufferAttribute} source
* @param {int} sourceIndex
* @param {BufferAttribute} target
* @param {int} targetIndex
* @param {int} count
*/
export function copyAttributeValue(source: BufferAttribute, sourceIndex: int, target: BufferAttribute, targetIndex: int, count: int): void;
//# sourceMappingURL=copyAttributeValue.d.ts.map