mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-10 09:08:42 +08:00
[cpp] 4.3 porting WIP
This commit is contained in:
parent
d6c5ddd558
commit
30738443e1
@ -163,6 +163,7 @@ namespace spine {
|
||||
}
|
||||
};
|
||||
|
||||
/// Changes a physics constraint's PhysicsConstraintPose::getWind().
|
||||
class SP_API PhysicsConstraintWindTimeline : public PhysicsConstraintTimeline {
|
||||
friend class SkeletonBinary;
|
||||
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user