"
+ },
+ {
+ "kind": "method",
+ "name": "isActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedActive"
+ },
+ {
+ "kind": "method",
+ "name": "setActive",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "active",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedActive"
+ },
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Constraint"
+ },
+ {
+ "kind": "method",
+ "name": "sort",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "Constraint"
+ },
+ {
+ "kind": "method",
+ "name": "isSourceActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Constraint"
+ },
+ {
+ "kind": "method",
+ "name": "update",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "physics",
+ "type": "Physics"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "Constraint"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": true,
+ "templateParams": [
+ "T",
+ "D",
+ "P"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/ConstraintData.h": [
+ {
+ "name": "ConstraintData",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "ConstraintData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~ConstraintData",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "create",
+ "returnType": "Constraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "ConstraintDataGeneric",
+ "kind": "class",
+ "loc": {
+ "line": 60,
+ "col": 15
+ },
+ "superTypes": [
+ "PosedDataGeneric",
+ "ConstraintData"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "ConstraintDataGeneric",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~ConstraintDataGeneric",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "create",
+ "returnType": "Constraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "P &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedDataGeneric
"
+ },
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintData"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": true,
+ "templateParams": [
+ "T",
+ "P"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/ConstraintTimeline.h": [
+ {
+ "name": "ConstraintTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 18
+ },
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "ConstraintTimeline",
+ "parameters": [
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~ConstraintTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/ConstraintTimeline1.h": [
+ {
+ "name": "ConstraintTimeline1",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline1",
+ "ConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "ConstraintTimeline1",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ },
+ {
+ "name": "property",
+ "type": "Property"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~ConstraintTimeline1",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/CurveTimeline.h": [
+ {
+ "name": "CurveTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 15
+ },
+ "superTypes": [
+ "Timeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "CurveTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "frameEntries",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~CurveTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "CurveTimeline1",
+ "kind": "class",
+ "loc": {
+ "line": 68,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "CurveTimeline1",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~CurveTimeline1",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "CurveTimeline2",
+ "kind": "class",
+ "loc": {
+ "line": 99,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "CurveTimeline2",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~CurveTimeline2",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Debug.h": [
+ {
+ "name": "DebugExtension",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineExtension"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "DebugExtension",
+ "parameters": [
+ {
+ "name": "extension",
+ "type": "SpineExtension *"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "reportLeaks",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "clearAllocations",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_alloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_calloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_realloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ },
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_free",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mem",
+ "type": "void *"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getUsedMemory",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "setInstance",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inSpineExtension",
+ "type": "SpineExtension *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "getInstance",
+ "returnType": "SpineExtension *",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_beforeFree",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/DeformTimeline.h": [
+ {
+ "name": "DeformTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "superTypes": [
+ "SlotCurveTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "DeformTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "slotIndex",
+ "type": "int"
+ },
+ {
+ "name": "attachment",
+ "type": "VertexAttachment *"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frameIndex",
+ "type": "int"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "vertices",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getVertices",
+ "returnType": "Array> &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getAttachment",
+ "returnType": "VertexAttachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setAttachment",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "VertexAttachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getCurvePercent",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getSlotIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setSlotIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SlotCurveTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/DrawOrderTimeline.h": [
+ {
+ "name": "DrawOrderTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "superTypes": [
+ "Timeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "DrawOrderTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getDrawOrders",
+ "returnType": "Array> &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "drawOrder",
+ "type": "Array *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Event.h": [
+ {
+ "name": "Event",
+ "kind": "class",
+ "loc": {
+ "line": 43,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "Event",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "data",
+ "type": "const EventData &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "getData",
+ "returnType": "const EventData &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getTime",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getInt",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setInt",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFloat",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFloat",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getString",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setString",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "const String &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getVolume",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setVolume",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBalance",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBalance",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/EventData.h": [
+ {
+ "name": "EventData",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "EventData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getIntValue",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setIntValue",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFloatValue",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFloatValue",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getStringValue",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStringValue",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "const String &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getAudioPath",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setAudioPath",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "const String &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getVolume",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setVolume",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBalance",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBalance",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/EventTimeline.h": [
+ {
+ "name": "EventTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "superTypes": [
+ "Timeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "EventTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~EventTimeline",
+ "isVirtual": false,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getEvents",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "event",
+ "type": "Event *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Extension.h": [
+ {
+ "name": "SpineExtension",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "members": [
+ {
+ "kind": "method",
+ "name": "readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setInstance",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inSpineExtension",
+ "type": "SpineExtension *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getInstance",
+ "returnType": "SpineExtension *",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "destructor",
+ "name": "~SpineExtension",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "_alloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_calloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_realloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ },
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_free",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mem",
+ "type": "void *"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "_beforeFree",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "DefaultSpineExtension",
+ "kind": "class",
+ "loc": {
+ "line": 100,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineExtension"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "DefaultSpineExtension",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~DefaultSpineExtension",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "setInstance",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inSpineExtension",
+ "type": "SpineExtension *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "getInstance",
+ "returnType": "SpineExtension *",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_alloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_calloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_realloc",
+ "returnType": "void *",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ },
+ {
+ "name": "size",
+ "type": "size_t"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_free",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mem",
+ "type": "void *"
+ },
+ {
+ "name": "file",
+ "type": "const char *"
+ },
+ {
+ "name": "line",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_readFile",
+ "returnType": "char *",
+ "parameters": [
+ {
+ "name": "path",
+ "type": "const String &"
+ },
+ {
+ "name": "length",
+ "type": "int *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ },
+ {
+ "kind": "method",
+ "name": "_beforeFree",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "ptr",
+ "type": "void *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "SpineExtension"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/HasRendererObject.h": [
+ {
+ "name": "HasRendererObject",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "HasRendererObject",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~HasRendererObject",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "getRendererObject",
+ "returnType": "void *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRendererObject",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "rendererObject",
+ "type": "void *"
+ },
+ {
+ "name": "dispose",
+ "type": "DisposeRendererObject"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/HashMap.h": [
+ {
+ "name": "HashMap",
+ "kind": "class",
+ "loc": {
+ "line": 46,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "HashMap",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~HashMap",
+ "isVirtual": false,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "clear",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "size",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "put",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "key",
+ "type": "const K &"
+ },
+ {
+ "name": "value",
+ "type": "const V &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "addAll",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "keys",
+ "type": "Array &"
+ },
+ {
+ "name": "value",
+ "type": "const V &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "containsKey",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "key",
+ "type": "const K &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "remove",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "key",
+ "type": "const K &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getEntries",
+ "returnType": "Entries",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": true,
+ "templateParams": [
+ "K",
+ "V"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/IkConstraint.h": [
+ {
+ "name": "IkConstraint",
+ "kind": "class",
+ "loc": {
+ "line": 44,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "IkConstraint",
+ "parameters": [
+ {
+ "name": "data",
+ "type": "IkConstraintData &"
+ },
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "IkConstraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "update",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "physics",
+ "type": "Physics"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sort",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSourceActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getData",
+ "returnType": "IkConstraintData &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getTarget",
+ "returnType": "Bone *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setTarget",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "Bone *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "bone",
+ "type": "BonePose &"
+ },
+ {
+ "name": "targetX",
+ "type": "float"
+ },
+ {
+ "name": "targetY",
+ "type": "float"
+ },
+ {
+ "name": "compress",
+ "type": "bool"
+ },
+ {
+ "name": "stretch",
+ "type": "bool"
+ },
+ {
+ "name": "uniform",
+ "type": "bool"
+ },
+ {
+ "name": "mix",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "parent",
+ "type": "BonePose &"
+ },
+ {
+ "name": "child",
+ "type": "BonePose &"
+ },
+ {
+ "name": "targetX",
+ "type": "float"
+ },
+ {
+ "name": "targetY",
+ "type": "float"
+ },
+ {
+ "name": "bendDirection",
+ "type": "int"
+ },
+ {
+ "name": "stretch",
+ "type": "bool"
+ },
+ {
+ "name": "uniform",
+ "type": "bool"
+ },
+ {
+ "name": "softness",
+ "type": "float"
+ },
+ {
+ "name": "mix",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPose",
+ "returnType": "IkConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getAppliedPose",
+ "returnType": "IkConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "resetConstrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "constrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isPoseEqualToApplied",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setActive",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "active",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/IkConstraintData.h": [
+ {
+ "name": "IkConstraintData",
+ "kind": "class",
+ "loc": {
+ "line": 44,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintDataGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "IkConstraintData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "create",
+ "returnType": "Constraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getTarget",
+ "returnType": "BoneData *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setTarget",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "BoneData *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getUniform",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setUniform",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "uniform",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "IkConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/IkConstraintPose.h": [
+ {
+ "name": "IkConstraintPose",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "superTypes": [
+ "Pose"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "IkConstraintPose",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~IkConstraintPose",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "set",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "pose",
+ "type": "IkConstraintPose &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMix",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMix",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mix",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSoftness",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSoftness",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "softness",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBendDirection",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBendDirection",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bendDirection",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getCompress",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setCompress",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "compress",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getStretch",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStretch",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "stretch",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/IkConstraintTimeline.h": [
+ {
+ "name": "IkConstraintTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 40,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline",
+ "ConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "IkConstraintTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~IkConstraintTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "int"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "mix",
+ "type": "float"
+ },
+ {
+ "name": "softness",
+ "type": "float"
+ },
+ {
+ "name": "bendDirection",
+ "type": "int"
+ },
+ {
+ "name": "compress",
+ "type": "bool"
+ },
+ {
+ "name": "stretch",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Inherit.h": [
+ {
+ "kind": "enum",
+ "name": "Inherit",
+ "values": [
+ {
+ "name": "Inherit_Normal",
+ "value": "0"
+ },
+ {
+ "name": "Inherit_OnlyTranslation"
+ },
+ {
+ "name": "Inherit_NoRotationOrReflection"
+ },
+ {
+ "name": "Inherit_NoScale"
+ },
+ {
+ "name": "Inherit_NoScaleOrReflection"
+ }
+ ],
+ "loc": {
+ "line": 37,
+ "col": 7
+ }
+ }
+ ],
+ "spine/InheritTimeline.h": [
+ {
+ "name": "InheritTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "Timeline",
+ "BoneTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "InheritTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "boneIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~InheritTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "int"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "inherit",
+ "type": "Inherit"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBoneIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "BoneTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBoneIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "BoneTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Json.h": [
+ {
+ "name": "Json",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getItem",
+ "returnType": "Json *",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "string",
+ "type": "const char *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getItem",
+ "returnType": "Json *",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "childIndex",
+ "type": "int"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getString",
+ "returnType": "const char *",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "name",
+ "type": "const char *"
+ },
+ {
+ "name": "defaultValue",
+ "type": "const char *"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFloat",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "name",
+ "type": "const char *"
+ },
+ {
+ "name": "defaultValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getInt",
+ "returnType": "int",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "name",
+ "type": "const char *"
+ },
+ {
+ "name": "defaultValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBoolean",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "Json *"
+ },
+ {
+ "name": "name",
+ "type": "const char *"
+ },
+ {
+ "name": "defaultValue",
+ "type": "bool"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getError",
+ "returnType": "const char *",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "Json",
+ "parameters": [
+ {
+ "name": "value",
+ "type": "const char *"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~Json",
+ "isVirtual": false,
+ "isPure": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/LinkedMesh.h": [
+ {
+ "name": "LinkedMesh",
+ "kind": "class",
+ "loc": {
+ "line": 39,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "LinkedMesh",
+ "parameters": [
+ {
+ "name": "mesh",
+ "type": "MeshAttachment *"
+ },
+ {
+ "name": "skinIndex",
+ "type": "const int"
+ },
+ {
+ "name": "slotIndex",
+ "type": "size_t"
+ },
+ {
+ "name": "parent",
+ "type": "const String &"
+ },
+ {
+ "name": "inheritTimelines",
+ "type": "bool"
+ }
+ ]
+ },
+ {
+ "kind": "constructor",
+ "name": "LinkedMesh",
+ "parameters": [
+ {
+ "name": "mesh",
+ "type": "MeshAttachment *"
+ },
+ {
+ "name": "skin",
+ "type": "const String &"
+ },
+ {
+ "name": "slotIndex",
+ "type": "size_t"
+ },
+ {
+ "name": "parent",
+ "type": "const String &"
+ },
+ {
+ "name": "inheritTimelines",
+ "type": "bool"
+ }
+ ]
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/MathUtil.h": [
+ {
+ "name": "MathUtil",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "sign",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "val",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "clamp",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "x",
+ "type": "float"
+ },
+ {
+ "name": "lower",
+ "type": "float"
+ },
+ {
+ "name": "upper",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "abs",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "v",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sin",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "radians",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "cos",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "radians",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sinDeg",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "degrees",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "cosDeg",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "degrees",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "atan2",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "y",
+ "type": "float"
+ },
+ {
+ "name": "x",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "atan2Deg",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "x",
+ "type": "float"
+ },
+ {
+ "name": "y",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "acos",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "v",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sqrt",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "v",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "fmod",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "a",
+ "type": "float"
+ },
+ {
+ "name": "b",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isNan",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "v",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "quietNan",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "random",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "randomTriangular",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "min",
+ "type": "float"
+ },
+ {
+ "name": "max",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "randomTriangular",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "min",
+ "type": "float"
+ },
+ {
+ "name": "max",
+ "type": "float"
+ },
+ {
+ "name": "mode",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "pow",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "a",
+ "type": "float"
+ },
+ {
+ "name": "b",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "ceil",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "v",
+ "type": "float"
+ }
+ ],
+ "isStatic": true,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/MeshAttachment.h": [
+ {
+ "name": "MeshAttachment",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "VertexAttachment"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "MeshAttachment",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~MeshAttachment",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "start",
+ "type": "size_t"
+ },
+ {
+ "name": "count",
+ "type": "size_t"
+ },
+ {
+ "name": "worldVertices",
+ "type": "float *"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "updateRegion",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getHullLength",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setHullLength",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRegionUVs",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRegionUVs",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getUVs",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getTriangles",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setTriangles",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getColor",
+ "returnType": "Color &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPath",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setPath",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "const String &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRegion",
+ "returnType": "TextureRegion *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRegion",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "region",
+ "type": "TextureRegion *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSequence",
+ "returnType": "Sequence *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSequence",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "sequence",
+ "type": "Sequence *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getParentMesh",
+ "returnType": "MeshAttachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setParentMesh",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "MeshAttachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getEdges",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setEdges",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getWidth",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setWidth",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getHeight",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setHeight",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "newLinkedMesh",
+ "returnType": "MeshAttachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "start",
+ "type": "size_t"
+ },
+ {
+ "name": "count",
+ "type": "size_t"
+ },
+ {
+ "name": "worldVertices",
+ "type": "Array &"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getId",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setBones",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bones",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getVertices",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "vertices",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getWorldVerticesLength",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setWorldVerticesLength",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getTimelineAttachment",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setTimelineAttachment",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "attachment",
+ "type": "Attachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "copyTo",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "other",
+ "type": "VertexAttachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getRefCount",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "reference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "dereference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/MixBlend.h": [
+ {
+ "kind": "enum",
+ "name": "MixBlend",
+ "values": [
+ {
+ "name": "MixBlend_Setup",
+ "value": "0"
+ },
+ {
+ "name": "MixBlend_First"
+ },
+ {
+ "name": "MixBlend_Replace"
+ },
+ {
+ "name": "MixBlend_Add"
+ }
+ ],
+ "loc": {
+ "line": 39,
+ "col": 7
+ }
+ }
+ ],
+ "spine/MixDirection.h": [
+ {
+ "kind": "enum",
+ "name": "MixDirection",
+ "values": [
+ {
+ "name": "MixDirection_In",
+ "value": "0"
+ },
+ {
+ "name": "MixDirection_Out"
+ }
+ ],
+ "loc": {
+ "line": 39,
+ "col": 7
+ }
+ }
+ ],
+ "spine/PathAttachment.h": [
+ {
+ "name": "PathAttachment",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "superTypes": [
+ "VertexAttachment"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathAttachment",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "getLengths",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLengths",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isClosed",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setClosed",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isConstantSpeed",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setConstantSpeed",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getColor",
+ "returnType": "Color &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "start",
+ "type": "size_t"
+ },
+ {
+ "name": "count",
+ "type": "size_t"
+ },
+ {
+ "name": "worldVertices",
+ "type": "float *"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "start",
+ "type": "size_t"
+ },
+ {
+ "name": "count",
+ "type": "size_t"
+ },
+ {
+ "name": "worldVertices",
+ "type": "Array &"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getId",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setBones",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bones",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getVertices",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "vertices",
+ "type": "Array &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getWorldVerticesLength",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setWorldVerticesLength",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getTimelineAttachment",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "setTimelineAttachment",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "attachment",
+ "type": "Attachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "copyTo",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "other",
+ "type": "VertexAttachment *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "getRefCount",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "reference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ },
+ {
+ "kind": "method",
+ "name": "dereference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "VertexAttachment"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraint.h": [
+ {
+ "name": "PathConstraint",
+ "kind": "class",
+ "loc": {
+ "line": 52,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathConstraint",
+ "parameters": [
+ {
+ "name": "data",
+ "type": "PathConstraintData &"
+ },
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "PathConstraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "update",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "physics",
+ "type": "Physics"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sort",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSourceActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSlot",
+ "returnType": "Slot *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSlot",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "slot",
+ "type": "Slot *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getData",
+ "returnType": "PathConstraintData &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPose",
+ "returnType": "PathConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getAppliedPose",
+ "returnType": "PathConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "resetConstrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "constrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isPoseEqualToApplied",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setActive",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "active",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraintData.h": [
+ {
+ "name": "PathConstraintData",
+ "kind": "class",
+ "loc": {
+ "line": 51,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintDataGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathConstraintData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "create",
+ "returnType": "Constraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBones",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSlot",
+ "returnType": "SlotData *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSlot",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "slot",
+ "type": "SlotData *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPositionMode",
+ "returnType": "PositionMode",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setPositionMode",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "positionMode",
+ "type": "PositionMode"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSpacingMode",
+ "returnType": "SpacingMode",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSpacingMode",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "spacingMode",
+ "type": "SpacingMode"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRotateMode",
+ "returnType": "RotateMode",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRotateMode",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "rotateMode",
+ "type": "RotateMode"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getOffsetRotation",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setOffsetRotation",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "offsetRotation",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "PathConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraintMixTimeline.h": [
+ {
+ "name": "PathConstraintMixTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 40,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline",
+ "ConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathConstraintMixTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PathConstraintMixTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "int"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "mixRotate",
+ "type": "float"
+ },
+ {
+ "name": "mixX",
+ "type": "float"
+ },
+ {
+ "name": "mixY",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraintPose.h": [
+ {
+ "name": "PathConstraintPose",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 18
+ },
+ "superTypes": [
+ "Pose"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PathConstraintPose",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~PathConstraintPose",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "set",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "pose",
+ "type": "PathConstraintPose &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPosition",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setPosition",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "position",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSpacing",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSpacing",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "spacing",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMixRotate",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMixRotate",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mixRotate",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMixX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMixX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mixX",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMixY",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMixY",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mixY",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraintPositionTimeline.h": [
+ {
+ "name": "PathConstraintPositionTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintTimeline1"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathConstraintPositionTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PathConstraintPositionTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PathConstraintSpacingTimeline.h": [
+ {
+ "name": "PathConstraintSpacingTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintTimeline1"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PathConstraintSpacingTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PathConstraintSpacingTimeline",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline1"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Physics.h": [
+ {
+ "kind": "enum",
+ "name": "Physics",
+ "values": [
+ {
+ "name": "Physics_None"
+ },
+ {
+ "name": "Physics_Reset"
+ },
+ {
+ "name": "Physics_Update"
+ },
+ {
+ "name": "Physics_Pose"
+ }
+ ],
+ "loc": {
+ "line": 35,
+ "col": 10
+ }
+ }
+ ],
+ "spine/PhysicsConstraint.h": [
+ {
+ "name": "PhysicsConstraint",
+ "kind": "class",
+ "loc": {
+ "line": 47,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraint",
+ "parameters": [
+ {
+ "name": "data",
+ "type": "PhysicsConstraintData &"
+ },
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "update",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "physics",
+ "type": "Physics"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "sort",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSourceActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "PhysicsConstraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "reset",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "translate",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "x",
+ "type": "float"
+ },
+ {
+ "name": "y",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "rotate",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "x",
+ "type": "float"
+ },
+ {
+ "name": "y",
+ "type": "float"
+ },
+ {
+ "name": "degrees",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBone",
+ "returnType": "BonePose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBone",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bone",
+ "type": "BonePose &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getData",
+ "returnType": "ConstraintData &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getPose",
+ "returnType": "PhysicsConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getAppliedPose",
+ "returnType": "PhysicsConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "resetConstrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "constrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isPoseEqualToApplied",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setActive",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "active",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PhysicsConstraintData.h": [
+ {
+ "name": "PhysicsConstraintData",
+ "kind": "class",
+ "loc": {
+ "line": 44,
+ "col": 15
+ },
+ "superTypes": [
+ "ConstraintDataGeneric"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "create",
+ "returnType": "Constraint *",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getBone",
+ "returnType": "BoneData *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setBone",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bone",
+ "type": "BoneData *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getStep",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStep",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "step",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "x",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getY",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setY",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "y",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRotate",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRotate",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "rotate",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getScaleX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setScaleX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "scaleX",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getShearX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setShearX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "shearX",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getLimit",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setLimit",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "limit",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getInertiaGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setInertiaGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inertiaGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getStrengthGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStrengthGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "strengthGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getDampingGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setDampingGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "dampingGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMassGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMassGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "massGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getWindGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setWindGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "windGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getGravityGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setGravityGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "gravityGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMixGlobal",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMixGlobal",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mixGlobal",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "PhysicsConstraintPose &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintDataGeneric"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PhysicsConstraintPose.h": [
+ {
+ "name": "PhysicsConstraintPose",
+ "kind": "class",
+ "loc": {
+ "line": 38,
+ "col": 18
+ },
+ "superTypes": [
+ "Pose"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintPose",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~PhysicsConstraintPose",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "set",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "pose",
+ "type": "PhysicsConstraintPose &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getInertia",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setInertia",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inertia",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getStrength",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setStrength",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "strength",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getDamping",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setDamping",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "damping",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMassInverse",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMassInverse",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "massInverse",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getWind",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setWind",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "wind",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getGravity",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setGravity",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "gravity",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getMix",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setMix",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "mix",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PhysicsConstraintTimeline.h": [
+ {
+ "name": "PhysicsConstraintTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 42,
+ "col": 15
+ },
+ "superTypes": [
+ "CurveTimeline1",
+ "ConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ },
+ {
+ "name": "property",
+ "type": "Property"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "CurveTimeline1"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintInertiaTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 67,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintInertiaTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintStrengthTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 92,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintStrengthTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintDampingTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 117,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintDampingTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintMassTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 142,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintMassTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintWindTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 167,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintWindTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintGravityTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 192,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintGravityTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintMixTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 217,
+ "col": 18
+ },
+ "superTypes": [
+ "PhysicsConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintMixTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "physicsConstraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurveValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getRelativeValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getAbsoluteValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getScaleValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "current",
+ "type": "float"
+ },
+ {
+ "name": "setup",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setLinear",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setStepped",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setBezier",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bezier",
+ "type": "size_t"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "value",
+ "type": "float"
+ },
+ {
+ "name": "time1",
+ "type": "float"
+ },
+ {
+ "name": "value1",
+ "type": "float"
+ },
+ {
+ "name": "cx1",
+ "type": "float"
+ },
+ {
+ "name": "cy1",
+ "type": "float"
+ },
+ {
+ "name": "cx2",
+ "type": "float"
+ },
+ {
+ "name": "cy2",
+ "type": "float"
+ },
+ {
+ "name": "time2",
+ "type": "float"
+ },
+ {
+ "name": "value2",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getBezierValue",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "frame",
+ "type": "size_t"
+ },
+ {
+ "name": "valueOffset",
+ "type": "size_t"
+ },
+ {
+ "name": "i",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getCurves",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PhysicsConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PhysicsConstraintResetTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 242,
+ "col": 18
+ },
+ "superTypes": [
+ "Timeline",
+ "ConstraintTimeline"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PhysicsConstraintResetTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "constraintIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array *"
+ },
+ {
+ "name": "alpha",
+ "type": "float"
+ },
+ {
+ "name": "blend",
+ "type": "MixBlend"
+ },
+ {
+ "name": "direction",
+ "type": "MixDirection"
+ },
+ {
+ "name": "appliedPose",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameCount",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getConstraintIndex",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setFrame",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "frame",
+ "type": "int"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getFrameEntries",
+ "returnType": "size_t",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getFrames",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getDuration",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "getPropertyIds",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Timeline"
+ },
+ {
+ "kind": "method",
+ "name": "setConstraintIndex",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "int"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "ConstraintTimeline"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PointAttachment.h": [
+ {
+ "name": "PointAttachment",
+ "kind": "class",
+ "loc": {
+ "line": 46,
+ "col": 15
+ },
+ "superTypes": [
+ "Attachment"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "PointAttachment",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "getX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getY",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setY",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRotation",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRotation",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getColor",
+ "returnType": "Color &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldPosition",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "bone",
+ "type": "BonePose &"
+ },
+ {
+ "name": "ox",
+ "type": "float &"
+ },
+ {
+ "name": "oy",
+ "type": "float &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldRotation",
+ "returnType": "float",
+ "parameters": [
+ {
+ "name": "bone",
+ "type": "BonePose &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "getRefCount",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "reference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "dereference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Pool.h": [
+ {
+ "name": "Pool",
+ "kind": "class",
+ "loc": {
+ "line": 40,
+ "col": 15
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "Pool",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~Pool",
+ "isVirtual": false,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "obtain",
+ "returnType": "T *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "free",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "object",
+ "type": "T *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": true,
+ "templateParams": [
+ "T"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Pose.h": [
+ {
+ "name": "Pose",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 18
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "Pose",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~Pose
",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "set",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "pose",
+ "type": "P &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": true,
+ "templateParams": [
+ "P"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/Posed.h": [
+ {
+ "name": "Posed",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "Posed",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~Posed",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "constrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "resetConstrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isPoseEqualToApplied",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": true,
+ "isConst": false
+ }
+ ],
+ "isAbstract": true,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PosedGeneric",
+ "kind": "class",
+ "loc": {
+ "line": 55,
+ "col": 15
+ },
+ "superTypes": [
+ "Posed",
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PosedGeneric",
+ "parameters": [
+ {
+ "name": "data",
+ "type": "D &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PosedGeneric",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "getData",
+ "returnType": "D &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPose",
+ "returnType": "P &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getAppliedPose",
+ "returnType": "A &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "resetConstrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "constrained",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isPoseEqualToApplied",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": true,
+ "templateParams": [
+ "D",
+ "P",
+ "A"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PosedActive.h": [
+ {
+ "name": "PosedActive",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PosedActive",
+ "parameters": []
+ },
+ {
+ "kind": "destructor",
+ "name": "~PosedActive",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "isActive",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setActive",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "active",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PosedData.h": [
+ {
+ "name": "PosedData",
+ "kind": "class",
+ "loc": {
+ "line": 40,
+ "col": 18
+ },
+ "superTypes": [
+ "SpineObject"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PosedData",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PosedData",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ },
+ {
+ "name": "PosedDataGeneric",
+ "kind": "class",
+ "loc": {
+ "line": 92,
+ "col": 18
+ },
+ "superTypes": [
+ "PosedData"
+ ],
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "PosedDataGeneric",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~PosedDataGeneric
",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "P &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSetupPose",
+ "returnType": "const P &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedData"
+ },
+ {
+ "kind": "method",
+ "name": "isSkinRequired",
+ "returnType": "bool",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedData"
+ },
+ {
+ "kind": "method",
+ "name": "setSkinRequired",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skinRequired",
+ "type": "bool"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "PosedData"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": true,
+ "templateParams": [
+ "P"
+ ],
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/PositionMode.h": [
+ {
+ "kind": "enum",
+ "name": "PositionMode",
+ "values": [
+ {
+ "name": "PositionMode_Fixed",
+ "value": "0"
+ },
+ {
+ "name": "PositionMode_Percent"
+ }
+ ],
+ "loc": {
+ "line": 39,
+ "col": 7
+ }
+ }
+ ],
+ "spine/Property.h": [
+ {
+ "kind": "enum",
+ "name": "Property",
+ "values": [
+ {
+ "name": "Property_Rotate",
+ "value": "1 << 0"
+ },
+ {
+ "name": "Property_X",
+ "value": "1 << 1"
+ },
+ {
+ "name": "Property_Y",
+ "value": "1 << 2"
+ },
+ {
+ "name": "Property_ScaleX",
+ "value": "1 << 3"
+ },
+ {
+ "name": "Property_ScaleY",
+ "value": "1 << 4"
+ },
+ {
+ "name": "Property_ShearX",
+ "value": "1 << 5"
+ },
+ {
+ "name": "Property_ShearY",
+ "value": "1 << 6"
+ },
+ {
+ "name": "Property_Inherit",
+ "value": "1 << 7"
+ },
+ {
+ "name": "Property_Rgb",
+ "value": "1 << 8"
+ },
+ {
+ "name": "Property_Alpha",
+ "value": "1 << 9"
+ },
+ {
+ "name": "Property_Rgb2",
+ "value": "1 << 10"
+ },
+ {
+ "name": "Property_Attachment",
+ "value": "1 << 11"
+ },
+ {
+ "name": "Property_Deform",
+ "value": "1 << 12"
+ },
+ {
+ "name": "Property_Event",
+ "value": "1 << 13"
+ },
+ {
+ "name": "Property_DrawOrder",
+ "value": "1 << 14"
+ },
+ {
+ "name": "Property_IkConstraint",
+ "value": "1 << 15"
+ },
+ {
+ "name": "Property_TransformConstraint",
+ "value": "1 << 16"
+ },
+ {
+ "name": "Property_PathConstraintPosition",
+ "value": "1 << 17"
+ },
+ {
+ "name": "Property_PathConstraintSpacing",
+ "value": "1 << 18"
+ },
+ {
+ "name": "Property_PathConstraintMix",
+ "value": "1 << 19"
+ },
+ {
+ "name": "Property_PhysicsConstraintInertia",
+ "value": "1 << 20"
+ },
+ {
+ "name": "Property_PhysicsConstraintStrength",
+ "value": "1 << 21"
+ },
+ {
+ "name": "Property_PhysicsConstraintDamping",
+ "value": "1 << 22"
+ },
+ {
+ "name": "Property_PhysicsConstraintMass",
+ "value": "1 << 23"
+ },
+ {
+ "name": "Property_PhysicsConstraintWind",
+ "value": "1 << 24"
+ },
+ {
+ "name": "Property_PhysicsConstraintGravity",
+ "value": "1 << 25"
+ },
+ {
+ "name": "Property_PhysicsConstraintMix",
+ "value": "1 << 26"
+ },
+ {
+ "name": "Property_PhysicsConstraintReset",
+ "value": "1 << 27"
+ },
+ {
+ "name": "Property_Sequence",
+ "value": "1 << 28"
+ },
+ {
+ "name": "Property_SliderTime",
+ "value": "1 << 29"
+ },
+ {
+ "name": "Property_SliderMix",
+ "value": "1 << 30"
+ }
+ ],
+ "loc": {
+ "line": 35,
+ "col": 7
+ }
+ }
+ ],
+ "spine/RTTI.h": [
+ {
+ "name": "RTTI",
+ "kind": "class",
+ "loc": {
+ "line": 36,
+ "col": 15
+ },
+ "members": [
+ {
+ "kind": "constructor",
+ "name": "RTTI",
+ "parameters": [
+ {
+ "name": "className",
+ "type": "const char *"
+ }
+ ]
+ },
+ {
+ "kind": "constructor",
+ "name": "RTTI",
+ "parameters": [
+ {
+ "name": "className",
+ "type": "const char *"
+ },
+ {
+ "name": "baseRTTI",
+ "type": "const RTTI &"
+ }
+ ]
+ },
+ {
+ "kind": "constructor",
+ "name": "RTTI",
+ "parameters": [
+ {
+ "name": "className",
+ "type": "const char *"
+ },
+ {
+ "name": "baseRTTI",
+ "type": "const RTTI &"
+ },
+ {
+ "name": "interface1",
+ "type": "const RTTI *"
+ },
+ {
+ "name": "interface2",
+ "type": "const RTTI *"
+ },
+ {
+ "name": "interface3",
+ "type": "const RTTI *"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "getClassName",
+ "returnType": "const char *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "isExactly",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "rtti",
+ "type": "const RTTI &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "instanceOf",
+ "returnType": "bool",
+ "parameters": [
+ {
+ "name": "rtti",
+ "type": "const RTTI &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false
+ }
+ ],
+ "spine/RegionAttachment.h": [
+ {
+ "name": "RegionAttachment",
+ "kind": "class",
+ "loc": {
+ "line": 48,
+ "col": 15
+ },
+ "superTypes": [
+ "Attachment"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "RegionAttachment",
+ "parameters": [
+ {
+ "name": "name",
+ "type": "const String &"
+ }
+ ]
+ },
+ {
+ "kind": "destructor",
+ "name": "~RegionAttachment",
+ "isVirtual": true,
+ "isPure": false
+ },
+ {
+ "kind": "method",
+ "name": "updateRegion",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "worldVertices",
+ "type": "float *"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "computeWorldVertices",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "slot",
+ "type": "Slot &"
+ },
+ {
+ "name": "worldVertices",
+ "type": "Array &"
+ },
+ {
+ "name": "offset",
+ "type": "size_t"
+ },
+ {
+ "name": "stride",
+ "type": "size_t"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getY",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setY",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRotation",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRotation",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getScaleX",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setScaleX",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getScaleY",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setScaleY",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getWidth",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setWidth",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getHeight",
+ "returnType": "float",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setHeight",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "float"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getColor",
+ "returnType": "Color &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getPath",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setPath",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "inValue",
+ "type": "const String &"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getRegion",
+ "returnType": "TextureRegion *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setRegion",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "region",
+ "type": "TextureRegion *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getSequence",
+ "returnType": "Sequence *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "setSequence",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "sequence",
+ "type": "Sequence *"
+ }
+ ],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getOffset",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getUVs",
+ "returnType": "Array &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "copy",
+ "returnType": "Attachment *",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "method",
+ "name": "getName",
+ "returnType": "const String &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "getRefCount",
+ "returnType": "int",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "reference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ },
+ {
+ "kind": "method",
+ "name": "dereference",
+ "returnType": "void",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": false,
+ "isPure": false,
+ "isConst": false,
+ "fromSupertype": "Attachment"
+ }
+ ],
+ "isAbstract": false,
+ "isTemplate": false,
+ "inheritedMethodsAdded": true
+ }
+ ],
+ "spine/RotateMode.h": [
+ {
+ "kind": "enum",
+ "name": "RotateMode",
+ "values": [
+ {
+ "name": "RotateMode_Tangent",
+ "value": "0"
+ },
+ {
+ "name": "RotateMode_Chain"
+ },
+ {
+ "name": "RotateMode_ChainScale"
+ }
+ ],
+ "loc": {
+ "line": 39,
+ "col": 7
+ }
+ }
+ ],
+ "spine/RotateTimeline.h": [
+ {
+ "name": "RotateTimeline",
+ "kind": "class",
+ "loc": {
+ "line": 37,
+ "col": 15
+ },
+ "superTypes": [
+ "BoneTimeline1"
+ ],
+ "members": [
+ {
+ "kind": "method",
+ "name": "getRTTI",
+ "returnType": "const RTTI &",
+ "parameters": [],
+ "isStatic": false,
+ "isVirtual": true,
+ "isPure": false,
+ "isConst": false
+ },
+ {
+ "kind": "constructor",
+ "name": "RotateTimeline",
+ "parameters": [
+ {
+ "name": "frameCount",
+ "type": "size_t"
+ },
+ {
+ "name": "bezierCount",
+ "type": "size_t"
+ },
+ {
+ "name": "boneIndex",
+ "type": "int"
+ }
+ ]
+ },
+ {
+ "kind": "method",
+ "name": "apply",
+ "returnType": "void",
+ "parameters": [
+ {
+ "name": "skeleton",
+ "type": "Skeleton &"
+ },
+ {
+ "name": "lastTime",
+ "type": "float"
+ },
+ {
+ "name": "time",
+ "type": "float"
+ },
+ {
+ "name": "pEvents",
+ "type": "Array