SlugChunkData constructor

SlugChunkData(
  1. Float32List positions,
  2. Float32List textureCoordinates,
  3. Int32List colors,
  4. Uint16List indices,
)

Implementation

SlugChunkData(
    this.positions, this.textureCoordinates, this.colors, this.indices);