LinkedMesh constructor

const LinkedMesh(
  1. MeshAttachment mesh,
  2. String skin,
  3. int slotIndex,
  4. String parent,
)

Implementation

const LinkedMesh(this.mesh, this.skin, this.slotIndex, this.parent);