[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-04 22:08:04 +02:00
parent d6c5ddd558
commit 30738443e1
2 changed files with 2 additions and 1 deletions

View File

@ -163,6 +163,7 @@ namespace spine {
}
};
/// Changes a physics constraint's PhysicsConstraintPose::getWind().
class SP_API PhysicsConstraintWindTimeline : public PhysicsConstraintTimeline {
friend class SkeletonBinary;

View File

@ -33,7 +33,7 @@
#include <spine/BoneTimeline.h>
namespace spine {
/// Changes a bone's local scale X and Y.
/// Changes a bone's local BoneLocal::getScaleX() and BoneLocal::getScaleY().
class SP_API ScaleTimeline : public BoneTimeline2 {
friend class SkeletonBinary;