bones property
ArrayInt
get
bones
Implementation
ArrayInt get bones {
final result = SpineBindings.bindings.spine_vertex_attachment_get_bones(_ptr);
return ArrayInt.fromPointer(result);
}
set
bones
(ArrayInt value)
Implementation
set bones(ArrayInt value) {
SpineBindings.bindings.spine_vertex_attachment_set_bones(_ptr, value.nativePtr.cast());
}