id property

int get id

Gets a unique ID for this attachment.

Implementation

int get id {
  final result = SpineBindings.bindings.spine_vertex_attachment_get_id(_ptr);
  return result;
}