slot property

SlotData get slot

The slot whose path attachment will be used to constrained the bones.

Implementation

SlotData get slot {
  final result = SpineBindings.bindings.spine_path_constraint_data_get_slot(_ptr);
  return SlotData.fromPointer(result);
}
set slot (SlotData value)

Implementation

set slot(SlotData value) {
  SpineBindings.bindings.spine_path_constraint_data_set_slot(_ptr, value.nativePtr.cast());
}