getName method
The name of the slot, which is unique across all slots in the skeleton.
Implementation
String getName() {
final Pointer<Utf8> value = _bindings.spine_slot_data_get_name(_data).cast();
return value.toDartString();
}
The name of the slot, which is unique across all slots in the skeleton.
String getName() {
final Pointer<Utf8> value = _bindings.spine_slot_data_get_name(_data).cast();
return value.toDartString();
}