getType method

AttachmentType getType()

The attachment's type.

Implementation

AttachmentType getType() {
  final type = _bindings.spine_attachment_get_type(_attachment.cast());
  return AttachmentType.values[type];
}