SkeletonBinary.variant2 constructor
SkeletonBinary.variant2(
- AttachmentLoader attachmentLoader,
- bool ownsLoader
Implementation
factory SkeletonBinary.variant2(AttachmentLoader attachmentLoader, bool ownsLoader) {
final ptr = SpineBindings.bindings.spine_skeleton_binary_create2(attachmentLoader.nativePtr.cast(), ownsLoader);
return SkeletonBinary.fromPointer(ptr);
}