spine_skeleton_binary_create2 method

spine_skeleton_binary spine_skeleton_binary_create2(
  1. spine_attachment_loader attachmentLoader,
  2. bool ownsLoader
)

Implementation

spine_skeleton_binary spine_skeleton_binary_create2(
  spine_attachment_loader attachmentLoader,
  bool ownsLoader,
) {
  return _spine_skeleton_binary_create2(
    attachmentLoader,
    ownsLoader,
  );
}