SkinEntry constructor

SkinEntry(
  1. int slotIndex,
  2. String name,
  3. Attachment<Pointer<NativeType>>? attachment
)

Implementation

SkinEntry(this.slotIndex, this.name, this.attachment);