MCPcopy Create free account

hub / github.com/EsotericSoftware/spine-runtimes / functions

Functions12,898 in github.com/EsotericSoftware/spine-runtimes

↓ 781 callersMethodwriteName
spine-cpp/tests/JsonWriter.h:53
↓ 761 callersMethodwriteName
(String name)
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:45
↓ 752 callersMethodwriteValue
spine-cpp/tests/JsonWriter.h:63
↓ 731 callersMethodwriteValue
(String value)
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:53
↓ 648 callersMethodsize
spine-cpp/include/spine/Map.h:183
↓ 350 callersMethodexpect
(int animationIndex, String name, float trackTime, float totalTime)
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/AnimationStateTests.java:944
↓ 346 callersMethodadd
(r: number, g: number, b: number, a: number)
spine-ts/spine-core/src/Utils.ts:137
↓ 319 callersMethodAdd
(Transform transform, float weight)
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SkeletonBaker.cs:615
↓ 311 callersMethodset
Sets this pose to the specified pose.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Pose.java:7
↓ 294 callersMethodreadFloat
spine-cpp/include/spine/SkeletonBinary.h:180
↓ 244 callersMethodadd
(Result result)
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/AnimationStateTests.java:105
↓ 238 callersMethodreadInt
spine-cpp/include/spine/SkeletonBinary.h:162
↓ 211 callersMethodAdd
(T item)
spine-csharp/src/ExposedList.cs:76
↓ 205 callersMethodgetName
The skin's name, unique across all skins in the skeleton. <p> See {@link SkeletonData#findSkin(String)}.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Skin.java:144
↓ 197 callersFunctiongetValue
(map: any, property: string, defaultValue: any)
spine-ts/spine-core/src/SkeletonJson.ts:1404
↓ 187 callersMethodput
spine-cpp/src/spine/Skin.cpp:52
↓ 177 callersMethodcontainsKey
spine-cpp/include/spine/Map.h:220
↓ 172 callersMethodgetAppliedPose
The pose to use for rendering. If no constraints modify this pose, this is the same as {@link #pose}. Otherwise it is a copy of {@link #pose} modified
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Posed.java:44
↓ 157 callersMethodgetFrames
The time in seconds and any other values for each frame.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java:221
↓ 157 callersMethodupdate
(canvas: SpineCanvas, delta: number)
spine-ts/spine-webgl/src/SpineCanvas.ts:45
↓ 156 callersMethodgetPropertyIds
Uniquely encodes both the type of this timeline and the skeleton properties that it affects.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java:216
↓ 148 callersMethoderror
(canvas: SpineCanvas, errors: StringMap<string>)
spine-ts/spine-webgl/src/SpineCanvas.ts:47
↓ 148 callersMethodgetFloat
The float payload for this event.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Event.java:66
↓ 147 callersMethodReadFloat
()
spine-csharp/src/SkeletonBinary.cs:1420
↓ 147 callersMethodget
(PhysicsConstraintPose pose)
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java:2392
↓ 147 callersMethodreadFloat
()
spine-ts/spine-core/src/SkeletonBinary.ts:1297
↓ 144 callersFunctionstbi__get8
spine-glfw/src/stb_image.h:1528
↓ 144 callersFunctionstbi__get8
spine-sdl/src/stb_image.h:1528
↓ 135 callersMethodgetData
The event's setup pose data.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Event.java:108
↓ 132 callersMethodwriteArrayEnd
spine-cpp/tests/JsonWriter.h:43
↓ 132 callersMethodwriteArrayEnd
()
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:35
↓ 132 callersMethodwriteArrayStart
spine-cpp/tests/JsonWriter.h:36
↓ 132 callersMethodwriteArrayStart
()
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:28
↓ 130 callersFunctionGetFloat
(Dictionary<string, Object> map, string name, float defaultValue)
spine-csharp/src/SkeletonJson.cs:1605
↓ 126 callersMethodtrim
spine-cpp/src/spine/Atlas.cpp:107
↓ 125 callersMethodlog
(String message)
spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/JsonRollback.java:163
↓ 124 callersMethodgetColor
The color the attachment is tinted, to be combined with {@link SlotPose#getColor()}.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/attachments/HasSequence.java:44
↓ 120 callersMethodgetBones
()
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Skin.java:133
↓ 118 callersMethodReadInt
()
spine-csharp/src/SkeletonBinary.cs:1429
↓ 117 callersMethodTempContent
(string text, Texture2D image = null, string tooltip = null)
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs:51
↓ 116 callersFunctionstbi__err
spine-glfw/src/stb_image.h:955
↓ 116 callersFunctionstbi__err
spine-sdl/src/stb_image.h:955
↓ 112 callersMethodread
spine-cpp/include/spine/SkeletonBinary.h:146
↓ 109 callersMethodset_spine_object
Can be used by both SpineSprite and SpineSkeletonDataResource
spine-godot/spine_godot/SpineBonePose.h:47
↓ 107 callersMethodreadInt
(optimizePositive: boolean)
spine-ts/spine-core/src/SkeletonBinary.ts:1240
↓ 104 callersMethodinstanceOf
spine-cpp/src/spine/RTTI.cpp:66
↓ 101 callersMethodgetDuration
spine-cpp/src/spine/Timeline.cpp:71
↓ 95 callersMethodget
spine-cpp/src/spine/Skin.cpp:65
↓ 91 callersMethodContains
(T item)
spine-csharp/src/ExposedList.cs:199
↓ 91 callersMethodwriteObjectEnd
spine-cpp/tests/JsonWriter.h:26
↓ 91 callersMethodwriteObjectStart
spine-cpp/tests/JsonWriter.h:19
↓ 88 callersMethodmap
()
spine-ts/spine-threejs/src/MeshBatcher.ts:361
↓ 88 callersMethodwriteObjectEnd
()
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:18
↓ 88 callersMethodwriteObjectStart
()
spine-libgdx/spine-libgdx-tests/src/com/esotericsoftware/spine/utils/JsonWriter.java:11
↓ 86 callersMethodget
(path: string)
spine-ts/spine-core/src/AssetManagerBase.ts:353
↓ 85 callersMethodgetFrameCount
spine-cpp/src/spine/Timeline.cpp:59
↓ 82 callersMethodgetFrameEntries
spine-cpp/src/spine/Timeline.cpp:67
↓ 81 callersMethodindexOf
spine-cpp/src/spine/Atlas.cpp:120
↓ 80 callersMethodend
Invoked when this entry will never be applied again. This only occurs if this entry has previously been set as the current entry ({@link #start(TrackE
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java:1440
↓ 79 callersMethodgetString
The string payload for this event.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Event.java:75
↓ 78 callersMethodapply
spine-cpp/src/spine/Animation.cpp:58
↓ 77 callersMethodsetFrame
spine-cpp/src/spine/BoneTimeline.cpp:88
↓ 76 callersMethodsqrt
spine-cpp/src/spine/MathUtil.cpp:86
↓ 75 callersMethodgetBezierValue
spine-cpp/src/spine/CurveTimeline.cpp:75
↓ 74 callersMethodLog
(string message)
spine-unity/Modules/com.esotericsoftware.spine.spine-unity-tests/Tests/editor-tests/RunAnimationStateTests.cs:58
↓ 74 callersMethodupdateWorldTransform
Updates the world transform for each bone and applies all constraints. * * See <a href="https://esotericsoftware.com/spine-runtime-skeletons#World
spine-ts/spine-core/src/Skeleton.ts:262
↓ 71 callersMethodexit
(InputEvent event, float x, float y, int pointer, @Null Actor toActor)
spine-libgdx/spine-skeletonviewer/src/com/esotericsoftware/spine/SkeletonViewerUI.java:517
↓ 70 callersFunctionreadCurve
(curve: [number, number, number, number] | "stepped", timeline: CurveTimeline, bezier: number, frame: number,
spine-ts/spine-core/src/SkeletonJson.ts:1388
↓ 70 callersMethodupdate
@param physics Determines how physics and other non-deterministic updates are applied.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Update.java:35
↓ 69 callersMethodSetAnimation
<summary>Sets an animation by name. <seealso cref="SetAnimation(int, Animation, bool)" /></summary>
spine-csharp/src/AnimationState.cs:661
↓ 69 callersFunctiontoSnakeCase
(name: string)
spine-c/codegen/src/types.ts:159
↓ 66 callersMethodgetPose
The unconstrained pose for this object, set by animations and application code.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Posed.java:38
↓ 66 callersMethodget_spine_object
spine-godot/spine_godot/SpineBonePose.h:51
↓ 63 callersMethodaddListener
Adds a listener to receive events for all track entries.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/AnimationState.java:816
↓ 63 callersMethodclear
spine-cpp/src/spine/AnimationStateData.cpp:72
↓ 61 callersMethodsetStepped
spine-cpp/src/spine/CurveTimeline.cpp:50
↓ 60 callersMethodisActive
Returns false when this constraint won't be updated by {@link Skeleton#updateWorldTransform(com.esotericsoftware.spine.Physics)} because a skin is req
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/PosedActive.java:21
↓ 58 callersMethodRead
()
spine-csharp/src/SkeletonBinary.cs:1398
↓ 58 callersFunctionfree
spine-cpp/include/spine/Pool.h:63
↓ 58 callersFunctionreadTimeline
(input: BinaryInput, timelines: Array<Timeline>, timeline: CurveTimeline1 | BoneTimeline2, scale: number)
spine-ts/spine-core/src/SkeletonBinary.ts:1333
↓ 56 callersMethodClear
()
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Windows/SkeletonDebugWindow.cs:149
↓ 56 callersMethodensureCapacity
spine-cpp/include/spine/Map.h:195
↓ 55 callersMethodaddAnimation
(animation: string | Animation, loop: boolean = true, delay: number = 0)
spine-ts/spine-player/src/Player.ts:738
↓ 55 callersMethodsetAnimation
(Animation animation)
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/SliderData.java:61
↓ 55 callersMethodvertex
(x: number, y: number, color: Color)
spine-ts/spine-webgl/src/ShapeRenderer.ts:296
↓ 54 callersMethodEnsureSize
(int newSize)
spine-csharp/src/ExposedList.cs:105
↓ 54 callersMethodabs
spine-cpp/src/spine/MathUtil.cpp:50
↓ 54 callersMethodisExactly
spine-cpp/src/spine/RTTI.cpp:62
↓ 54 callersMethodresize
()
spine-ts/spine-player/src/Player.ts:1181
↓ 53 callersFunctionInitialize
()
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineEditorUtilities.cs:187
↓ 53 callersMethodgetAdditive
spine-cpp/src/spine/SliderData.cpp:55
↓ 52 callersMethodApplyModifiedProperties
()
spine-unity/Assets/Spine/Editor/spine-unity/Editor/Utility/SpineInspectorUtility.cs:364
↓ 52 callersMethodgetAbsoluteValue
spine-cpp/src/spine/CurveTimeline.cpp:139
↓ 51 callersMethodgetConstraintIndex
The index of the constraint in {@link Skeleton#constraints} that will be changed when this timeline is applied, or -1 if a specific constraint will no
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/Animation.java:1994
↓ 50 callersMethodSetFrame
<summary>Sets the time and color for the specified frame.</summary> <param name="frame">Between 0 and <c>frameCount</c>, inclusive.</param> <param nam
spine-csharp/src/Animation.cs:1074
↓ 50 callersMethodgetSetupPose
The setup pose that most animations are relative to.
spine-libgdx/spine-libgdx/src/com/esotericsoftware/spine/PosedData.java:49
↓ 49 callersMethodcomputeWorldVertices
Transforms the attachment's four vertices to world coordinates. * * See <a href="http://esotericsoftware.com/spine-runtime-skeletons#World-transfo
spine-ts/spine-core/src/attachments/RegionAttachment.ts:99
↓ 48 callersMethodSin
<summary>Returns the sine of a given angle in radians from a lookup table.</summary>
spine-csharp/src/MathUtils.cs:64
↓ 48 callersMethodapply
Applies the animation's timelines to the specified skeleton. * * See {@link Timeline.apply} and * <a href='https://esotericsoftware.com/spine-ap
spine-ts/spine-core/src/Animation.ts:141
↓ 48 callersMethodfind
spine-cpp/include/spine/HashMap.h:179
next →1–100 of 12,898, ranked by callers