[cpp] 4.3 porting WIP

This commit is contained in:
Mario Zechner 2025-07-04 23:21:04 +02:00
parent 782620c737
commit d7891870bf
8 changed files with 8 additions and 1 deletions

View File

@ -48,8 +48,8 @@ namespace spine {
EventType_Start = 0,
EventType_Interrupt,
EventType_End,
EventType_Complete,
EventType_Dispose,
EventType_Complete,
EventType_Event
};

View File

@ -52,6 +52,7 @@ namespace spine {
friend class TranslateTimeline;
friend class TranslateXTimeline;
friend class TranslateYTimeline;
friend class SkeletonJson;
friend class Skeleton;
friend class FromProperty;
friend class ToProperty;

View File

@ -39,6 +39,7 @@ namespace spine {
class SP_API IkConstraintPose : public Pose<IkConstraintPose> {
friend class IkConstraint;
friend class IkConstraintTimeline;
friend class SkeletonJson;
public:
IkConstraintPose();

View File

@ -40,6 +40,7 @@ namespace spine {
friend class PathConstraintPositionTimeline;
friend class PathConstraintSpacingTimeline;
friend class PathConstraintMixTimeline;
friend class SkeletonJson;
private:
float _position;

View File

@ -38,6 +38,7 @@ namespace spine {
class SP_API PhysicsConstraintPose : public Pose<PhysicsConstraintPose> {
friend class PhysicsConstraint;
friend class PhysicsConstraintTimeline;
friend class SkeletonJson;
private:
float _inertia;

View File

@ -41,6 +41,7 @@ namespace spine {
friend class Slider;
friend class SliderMixTimeline;
friend class SliderTimeline;
friend class SkeletonJson;
private:
float _time, _mix;

View File

@ -50,6 +50,7 @@ namespace spine {
friend class RGBA2Timeline;
friend class RGB2Timeline;
friend class PathConstraint;
friend class SkeletonJson;
protected:
Color _color;

View File

@ -52,6 +52,7 @@ namespace spine {
friend class ToShearY;
friend class TransformConstraint;
friend class TransformConstraintTimeline;
friend class SkeletonJson;
private:
float _mixRotate, _mixX, _mixY, _mixScaleX, _mixScaleY, _mixShearY;