[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-01 14:52:42 +02:00
parent e125401e32
commit 2b196846e0

View File

@ -38,6 +38,8 @@ namespace spine {
class Bone;
class Skeleton;
/// The applied pose for a bone. This is the Bone pose with constraints applied and the world transform computed by
/// Skeleton::updateWorldTransform(Physics).
class SP_API BonePose : public BoneLocal, public Update {
friend class IkConstraint;