ForEach static method

void ForEach(
  1. ByteBuffer data,
  2. num byteOffset,
  3. num byteStride,
  4. num componentCount,
  5. num componentType,
  6. num count,
  7. bool normalized,
  8. void callback(
    1. num value,
    2. num index
    ),
)

Implementation

external static void ForEach(ByteBuffer data, num byteOffset, num byteStride, num componentCount, num componentType, num count, bool normalized, void Function(num value, num index) callback);