slot property
Slot
get
slot
The slot whose path attachment will be used to constrained the bones.
Implementation
Slot get slot {
final result = SpineBindings.bindings.spine_path_constraint_get_slot(_ptr);
return Slot.fromPointer(result);
}
set
slot
(Slot value)
Implementation
set slot(Slot value) {
SpineBindings.bindings.spine_path_constraint_set_slot(_ptr, value.nativePtr.cast());
}