spine_bone_get_data method
The setup pose data. May be shared with multiple instances.
Implementation
spine_bone_data spine_bone_get_data(
spine_bone self,
) {
return _spine_bone_get_data(
self,
);
}
The setup pose data. May be shared with multiple instances.
spine_bone_data spine_bone_get_data(
spine_bone self,
) {
return _spine_bone_get_data(
self,
);
}