SlugChunkData constructor
SlugChunkData(
- Float32List positions,
- Float32List textureCoordinates,
- Int32List colors,
- Uint16List indices,
Implementation
SlugChunkData(
this.positions, this.textureCoordinates, this.colors, this.indices);