TriMeshShape constructor

const TriMeshShape({
  1. required Float32List vertices,
  2. required Uint32List indices,
})

Implementation

const TriMeshShape({required this.vertices, required this.indices});