getName method
Implementation
String getName() {
Pointer<Utf8> name = _bindings.spine_attachment_get_name(_attachment.cast()).cast();
return name.toString();
}
String getName() {
Pointer<Utf8> name = _bindings.spine_attachment_get_name(_attachment.cast()).cast();
return name.toString();
}