spine_bone_create2 method
Copy constructor. Does not copy the children bones.
Implementation
spine_bone spine_bone_create2(
spine_bone bone,
spine_bone parent,
) {
return _spine_bone_create2(
bone,
parent,
);
}
Copy constructor. Does not copy the children bones.
spine_bone spine_bone_create2(
spine_bone bone,
spine_bone parent,
) {
return _spine_bone_create2(
bone,
parent,
);
}