mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-02 21:59:09 +08:00
[as3] Fix IkConstraintTimeline.ENTRIES. See #1383.
This commit is contained in:
parent
442699238a
commit
ffd40fed68
Binary file not shown.
@ -33,7 +33,7 @@ package spine.animation {
|
|||||||
import spine.Skeleton;
|
import spine.Skeleton;
|
||||||
|
|
||||||
public class IkConstraintTimeline extends CurveTimeline {
|
public class IkConstraintTimeline extends CurveTimeline {
|
||||||
static public const ENTRIES : int = 5;
|
static public const ENTRIES : int = 6;
|
||||||
static internal const PREV_TIME : int = -6, PREV_MIX : int = -5, PREV_SOFTNESS : int = -4, PREV_BEND_DIRECTION : int = -3, PREV_COMPRESS : int = -2, PREV_STRETCH : int = -1;
|
static internal const PREV_TIME : int = -6, PREV_MIX : int = -5, PREV_SOFTNESS : int = -4, PREV_BEND_DIRECTION : int = -3, PREV_COMPRESS : int = -2, PREV_STRETCH : int = -1;
|
||||||
static internal const MIX : int = 1, SOFTNESS : int = 2, BEND_DIRECTION : int = 3, COMPRESS : int = 4, STRETCH : int = 5;
|
static internal const MIX : int = 1, SOFTNESS : int = 2, BEND_DIRECTION : int = 3, COMPRESS : int = 4, STRETCH : int = 5;
|
||||||
public var ikConstraintIndex : int;
|
public var ikConstraintIndex : int;
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user