spine_path_constraint_get_bones method

Pointer<spine_bone> spine_path_constraint_get_bones(
  1. spine_path_constraint constraint
)

Implementation

ffi.Pointer<spine_bone> spine_path_constraint_get_bones(
  spine_path_constraint constraint,
) {
  return _spine_path_constraint_get_bones(
    constraint,
  );
}