Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/eva-engine/eva.js
/ functions
Functions
2,699 in github.com/eva-engine/eva.js
⨍
Functions
2,699
◇
Types & classes
551
↓ 7 callers
Method
release
()
packages/plugin-stats/lib/hooks/GLHook.ts:60
↓ 7 callers
Method
removeAllListeners
Remove all listeners, or those of the specified event.
packages/plugin-worker/lib/events/deprecatedTypes.ts:28
↓ 7 callers
Method
setAttachment
Sets the attachment and if it changed, resets {@link #getAttachmentTime()} and clears {@link #getAttachmentVertices()}. * @param attachment May be
packages/plugin-renderer-spine36/lib/pixi-spine.js:4205
↓ 7 callers
Method
start
Start game
packages/eva.js/lib/game/Game.ts:350
↓ 7 callers
Function
step
scripts/release.js:42
↓ 7 callers
Method
triggerNextAnimationFrame
(time = performance.now())
packages/eva.js/__tests__/__mocks__/requestAnimationFrame.ts:12
↓ 7 callers
Method
update
* update with time snippet, just support for AnimationManager * @param {number} snippetCache snippet * @param {number} firstFrame snippet
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2595
↓ 7 callers
Method
updateAppliedTransform
Computes the individual applied transform values from the world transform. This can be useful to perform processing using * the applied transform a
packages/plugin-renderer-spine36/lib/pixi-spine.js:2973
↓ 7 callers
Method
updateWorldTransformWith
Computes the world transform using the parent bone and the specified local transform.
packages/plugin-renderer-spine36/lib/pixi-spine.js:2825
↓ 6 callers
Function
UTF8ArrayToString
(heap,idx,maxBytesToRead)
examples/public/libktx.js:9
↓ 6 callers
Function
_embind_repr
(v)
examples/public/libktx.js:9
↓ 6 callers
Function
_embind_repr
(v)
examples/public/basis/basis_transcoder.js:884
↓ 6 callers
Method
arrayCopy
(source, sourceStart, dest, destStart, numElements)
packages/plugin-renderer-spine36/lib/pixi-spine.js:272
↓ 6 callers
Method
copyData
* Copies base {@link FederatedEvent} data from {@code from} into {@code to}. * * The following properties are copied: * + isTrusted * + sr
packages/plugin-worker/lib/events/EventBoundary.ts:1237
↓ 6 callers
Method
destroy
* destroy animation group and remove it from its parent
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2880
↓ 6 callers
Method
free
(item)
packages/plugin-renderer-spine36/lib/pixi-spine.js:344
↓ 6 callers
Method
getContext
( contextId: 'webgl' | 'experimental-webgl', contextAttributes?: WebGLContextAttributes, )
packages/plugin-renderer/lib/compressedTexture/global.d.ts:4
↓ 6 callers
Method
getCurveValue
Returns the interpolated value for the specified time.
packages/plugin-renderer-spine/lib/pixi-spine.js:819
↓ 6 callers
Method
getFrameEntries
()
packages/plugin-renderer-spine/lib/pixi-spine.js:690
↓ 6 callers
Function
heapAccessShiftForWebGLHeap
(heap)
examples/public/libktx.js:9
↓ 6 callers
Function
heapObjectForWebGLType
(type)
examples/public/libktx.js:9
↓ 6 callers
Function
iterateLayers
* iterateLayers * @param {*} layers layers
packages/plugin-renderer-lottie/lib/lottie-core.js:8568
↓ 6 callers
Method
newArray
(size, defaultValue)
packages/plugin-renderer-spine/lib/pixi-spine.js:247
↓ 6 callers
Method
preventDefault
Prevent default behavior of PixiJS and the user agent.
packages/plugin-worker/lib/events/FederatedEvent.ts:218
↓ 6 callers
Method
registerResourceType
* You should use this function and redefine RESOURCE_TYPE in global.d.ts at the same time. * such as: * * #### package plugin-renderer-lottie
packages/eva.js/lib/loader/Resource.ts:297
↓ 6 callers
Method
remove
(changed: ComponentChanged)
packages/plugin-renderer-dragonbone/lib/system.ts:98
↓ 6 callers
Function
roundMatrixProperty
(val)
packages/plugin-renderer-lottie/lib/lottie-core.js:3600
↓ 6 callers
Method
search1
(frames, time)
packages/plugin-renderer-spine/lib/pixi-spine.js:699
↓ 6 callers
Method
success
(callback, path2, asset)
packages/plugin-renderer-spine/lib/pixi-spine.js:5734
↓ 6 callers
Method
trackingData
* @param id - The pointer ID. * @returns The tracking data stored for the given pointer. If no data exists, a blank * state will be created.
packages/plugin-worker/lib/events/EventBoundary.ts:1254
↓ 6 callers
Method
update
(e)
packages/plugin-transition/lib/component.ts:169
↓ 6 callers
Method
updateMasks
* a * @param {*} masks a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:336
↓ 6 callers
Function
updateTransformByHierarchy
(container, transform, parent)
packages/plugin-renderer-lottie/lib/lottie-pixi.js:368
↓ 6 callers
Method
values
()
packages/eva.js/__tests__/__mocks__/resource-loader.ts:24
↓ 6 callers
Function
whenDependentTypesAreResolved
(myTypes, dependentTypes, getTypeConverters)
examples/public/basis/basis_transcoder.js:414
↓ 6 callers
Method
winding
(p1x, p1y, p2x, p2y, p3x, p3y)
packages/plugin-renderer-spine/lib/pixi-spine.js:10109
↓ 6 callers
Method
winding
(p1x, p1y, p2x, p2y, p3x, p3y)
packages/plugin-renderer-spine36/lib/pixi-spine.js:5330
↓ 5 callers
Method
_getCachedData
@internal
packages/plugin-renderer-spine/lib/pixi-spine.js:13132
↓ 5 callers
Method
_getCachedData
@internal
packages/plugin-renderer-spine36/lib/pixi-spine.js:8296
↓ 5 callers
Method
addGameObject
* 向场景添加游戏对象 * * 将游戏对象加入场景的管理列表, * 并标记其 Transform 组件为在场景中。 * * @param gameObject - 要添加的游戏对象
packages/eva.js/lib/game/Scene.ts:50
↓ 5 callers
Function
addPanel
(panel)
packages/plugin-stats/lib/Stats.ts:21
↓ 5 callers
Method
awake
()
packages/plugin-transition/lib/component.ts:95
↓ 5 callers
Method
containsPoint
Returns the first bounding box attachment that contains the point, or null. When doing many checks, it is usually more * efficient to only call thi
packages/plugin-renderer-spine/lib/pixi-spine.js:9833
↓ 5 callers
Method
createGraphics
(component: MaskComponent)
packages/plugin-renderer-mask/lib/system.ts:140
↓ 5 callers
Method
findAnimation
Finds an animation by comparing each animation's name. It is more efficient to cache the results of this method than to * call it multiple times.
packages/plugin-renderer-spine/lib/pixi-spine.js:8162
↓ 5 callers
Function
finish
(byteArray)
examples/public/libktx.js:9
↓ 5 callers
Method
getDisplayByQuerySelector
* get layer display by selector * <br/> `Note:` only can use after data was setup or after DisplayReady event * @param {string} selector layer c
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2396
↓ 5 callers
Method
getFrameCount
()
packages/plugin-renderer-spine/lib/pixi-spine.js:693
↓ 5 callers
Method
getRelativeValue
(time, alpha, blend, current, setup)
packages/plugin-renderer-spine/lib/pixi-spine.js:856
↓ 5 callers
Function
lengthBytesUTF8
(str)
examples/public/libktx.js:9
↓ 5 callers
Method
load
* load assets
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1422
↓ 5 callers
Method
mapEvent
* Maps the given upstream event through the event boundary and propagates it downstream. * @param e - The event to map.
packages/plugin-worker/lib/events/EventBoundary.ts:212
↓ 5 callers
Function
observerAdded
(component: Component, componentName: string = component.name)
packages/eva.js/lib/core/observer.ts:302
↓ 5 callers
Method
pause
* pause this animation group * @return {this}
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2790
↓ 5 callers
Method
readBoolean
()
packages/plugin-renderer-spine/lib/pixi-spine.js:9609
↓ 5 callers
Method
readSequence
(input)
packages/plugin-renderer-spine/lib/pixi-spine.js:8972
↓ 5 callers
Function
registerModifier
* a * @private * @param {*} nm a * @param {*} factory a
packages/plugin-renderer-lottie/lib/lottie-core.js:5600
↓ 5 callers
Method
remove
* 移除回调函数 * @param fn - 要移除的回调函数
packages/eva.js/lib/game/Ticker.ts:150
↓ 5 callers
Function
requireHandle
(handle)
examples/public/basis/basis_transcoder.js:1030
↓ 5 callers
Method
resume
Resume game
packages/eva.js/lib/game/Game.ts:358
↓ 5 callers
Function
setErrNo
(value)
examples/public/libktx.js:9
↓ 5 callers
Method
setFrame
Sets the time and value for the specified frame. * @param frame Between 0 and <code>frameCount</code>, inclusive. * @param time The frame time i
packages/plugin-renderer-spine/lib/pixi-spine.js:810
↓ 5 callers
Method
setTexture
(texture)
packages/plugin-renderer-spine/lib/pixi-spine.js:4810
↓ 5 callers
Method
sortReset
(bones)
packages/plugin-renderer-spine/lib/pixi-spine.js:7673
↓ 5 callers
Function
stringToNewUTF8
(jsString)
examples/public/libktx.js:9
↓ 5 callers
Function
throwUnboundTypeError
(message,types)
examples/public/libktx.js:9
↓ 5 callers
Method
update
()
packages/plugin-stats/lib/StatsComponent.ts:7
↓ 5 callers
Function
writeI53ToI64
(ptr,num)
examples/public/libktx.js:9
↓ 4 callers
Function
PoolFactory
(initialLength, _create, _release)
packages/plugin-renderer-lottie/lib/lottie-core.js:462
↓ 4 callers
Function
__addDays
(date,days)
examples/public/libktx.js:9
↓ 4 callers
Function
__isLeapYear
(year)
examples/public/libktx.js:9
↓ 4 callers
Method
_bootstrapEvent
* Normalizes the `nativeEvent` into a federateed {@link FederatedPointerEvent}. * @param event * @param nativeEvent
packages/plugin-worker/lib/events/EventSystem.ts:623
↓ 4 callers
Method
_isInteractive
(int: EventMode)
packages/plugin-worker/lib/events/EventBoundary.ts:501
↓ 4 callers
Method
_normalizeToPointerData
* Ensures that the original event object contains all data that a regular pointer event would have * @param event - The original event data from a
packages/plugin-worker/lib/events/EventSystem.ts:578
↓ 4 callers
Method
_validateAndTransformAttachments
* - validates the attachments - to flag if the attachments have changed this state * - transforms the attachments - to update the vertices of the a
packages/plugin-renderer-spine/lib/pixi-spine.js:12912
↓ 4 callers
Method
_validateAndTransformAttachments
* - validates the attachments - to flag if the attachments have changed this state * - transforms the attachments - to update the vertices of the a
packages/plugin-renderer-spine36/lib/pixi-spine.js:8074
↓ 4 callers
Function
abort
(what)
examples/public/basis/basis_transcoder.js:296
↓ 4 callers
Method
addCurvePosition
(p, x1, y1, cx1, cy1, cx2, cy2, x2, y2, out, o, tangents)
packages/plugin-renderer-spine/lib/pixi-spine.js:6824
↓ 4 callers
Method
addPreProcessResourceHandler
dd resource preprocesser
packages/eva.js/lib/loader/Resource.ts:171
↓ 4 callers
Function
assert
(condition,text)
examples/public/libktx.js:9
↓ 4 callers
Function
calcBezier
* 获取aT处的值 * * @private * @param {number} aT 三次贝塞尔曲线的t自变量 * @param {number} aA1 控制分量1 * @param {number} aA2 控制分量2 * @return {number} 三次贝塞尔公式的因变量
packages/plugin-renderer-lottie/lib/lottie-core.js:290
↓ 4 callers
Function
callRuntimeCallbacks
(callbacks)
examples/public/libktx.js:9
↓ 4 callers
Function
callRuntimeCallbacks
(callbacks)
examples/public/basis/basis_transcoder.js:266
↓ 4 callers
Function
checkVersion
* checkVersion * @private * @param {*} minimum minimum version * @param {*} animVersionString animate data version * @return {Boolean}
packages/plugin-renderer-lottie/lib/lottie-core.js:8527
↓ 4 callers
Method
clearNext
Removes the {@link TrackEntry#getNext() next entry} and all entries after it for the specified entry.
packages/plugin-renderer-spine/lib/pixi-spine.js:4032
↓ 4 callers
Method
clip
Clips the input triangle against the convex, clockwise clipping area. If the triangle lies entirely within the clipping * area, false is returned.
packages/plugin-renderer-spine/lib/pixi-spine.js:10453
↓ 4 callers
Method
clonePointerEvent
* Clones the event {@code from}, with an optional {@code type} override. * * The event is allocated using {@link EventBoundary#allocateEvent thi
packages/plugin-worker/lib/events/EventBoundary.ts:1122
↓ 4 callers
Function
colorToHex
(color: any)
packages/plugin-ai/lib/utils.ts:211
↓ 4 callers
Method
copyTo
Does not copy id (generated) or name (set on construction).
packages/plugin-renderer-spine/lib/pixi-spine.js:508
↓ 4 callers
Function
createNamedFunction
(name,body)
examples/public/libktx.js:9
↓ 4 callers
Method
destroy
()
packages/plugin-renderer-mesh/lib/system.ts:90
↓ 4 callers
Method
destroy
()
packages/plugin-renderer-test/lib/system.ts:30
↓ 4 callers
Method
destroy
* Destroys this sprite renderable and optionally its texture. * @param options - Options parameter. A boolean will act as if all options * have
packages/plugin-renderer-spine36/lib/pixi-spine.js:8449
↓ 4 callers
Method
disposeNext
(entry)
packages/plugin-renderer-spine36/lib/pixi-spine.js:2150
↓ 4 callers
Method
doComplete
(name, resolve, preload = false)
packages/eva.js/lib/loader/Resource.ts:426
↓ 4 callers
Method
emit
(eventName, ...args)
packages/plugin-transition/lib/Animation.ts:48
↓ 4 callers
Function
emscriptenWebGLGet
(name_,p,type)
examples/public/libktx.js:9
↓ 4 callers
Function
emscriptenWebGLGetBufferBinding
(target)
examples/public/libktx.js:9
↓ 4 callers
Function
emscriptenWebGLGetVertexAttrib
(index,pname,params,type)
examples/public/libktx.js:9
↓ 4 callers
Method
event
(entry, event)
packages/plugin-renderer-spine/lib/pixi-spine.js:4366
← previous
next →
201–300 of 2,699, ranked by callers