Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eva-engine/eva.js
/ functions
Functions
2,699 in github.com/eva-engine/eva.js
⨍
Functions
2,699
◇
Types & classes
551
Function
lengthBytesUTF32
(str)
examples/public/basis/basis_transcoder.js:242
Method
linearSearch
(values, target, step)
packages/plugin-renderer-spine36/lib/pixi-spine.js:482
Function
load
(url)
packages/plugin-renderer-spine/lib/pixi-spine.js:11751
Function
load
(url)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7044
Method
loadAll
()
packages/plugin-renderer-spine/lib/pixi-spine.js:5748
Function
loadAnimation
* parser a bodymovin data, and post some config for this animation group * @alias loadAnimation * @memberof LottieAnimation * @param {object} optio
packages/plugin-renderer-lottie/lib/lottie-pixi.js:3363
Method
loadBinary
(path2, success = () => { }, error = () => { })
packages/plugin-renderer-spine/lib/pixi-spine.js:5767
Method
loadJson
(path2, success = () => { }, error = () => { })
packages/plugin-renderer-spine/lib/pixi-spine.js:5787
Method
loadJson
(clientId, path2)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6798
Method
loadText
(path2, success = () => { }, error = () => { })
packages/plugin-renderer-spine/lib/pixi-spine.js:5777
Method
loadText
(path2, success = null, error = null)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3328
Method
loadText
(clientId, path2)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6782
Method
loadTexture
(clientId, textureLoader, path2)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6814
Method
loadTextureAtlas
(path2, success = () => { }, error = () => { }, fileAlias)
packages/plugin-renderer-spine/lib/pixi-spine.js:5829
Method
loadTextureAtlas
(path2, success = null, error = null)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3390
Method
loadTextureData
(path2, data, success = null, error = null)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3371
Method
localToWorldRotation
Transforms a local rotation to a world rotation.
packages/plugin-renderer-spine/lib/pixi-spine.js:5684
Method
localToWorldRotation
(localRotation)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3034
Method
logBones
(skeleton)
packages/plugin-renderer-spine/lib/pixi-spine.js:295
Method
logBones
(skeleton)
packages/plugin-renderer-spine36/lib/pixi-spine.js:326
Function
makeDefaultHandle
()
examples/public/libktx.js:9
Function
makeDefaultHandle
()
examples/public/basis/basis_transcoder.js:665
Method
mapPointerDown
* Maps the upstream `pointerdown` events to a downstream `pointerdown` event. * * `touchstart`, `rightdown`, `mousedown` events are also dispatc
packages/plugin-worker/lib/events/EventBoundary.ts:616
Method
mapPointerMove
* Maps the upstream `pointermove` to downstream `pointerout`, `pointerover`, and `pointermove` events, in that order. * * The tracking data for
packages/plugin-worker/lib/events/EventBoundary.ts:651
Method
mapPointerOut
* Maps the upstream `pointerout` to downstream `pointerout`, `pointerleave` events, in that order. * * The tracking data for the specific pointe
packages/plugin-worker/lib/events/EventBoundary.ts:821
Method
mapPointerOver
* Maps the upstream `pointerover` to downstream `pointerover` and `pointerenter` events, in that order. * * The tracking data for the specific p
packages/plugin-worker/lib/events/EventBoundary.ts:778
Method
mapPointerUp
* Maps the upstream `pointerup` event to downstream `pointerup`, `pointerupoutside`, * and `click`/`rightclick`/`pointertap` events, in that order.
packages/plugin-worker/lib/events/EventBoundary.ts:876
Method
mapPointerUpOutside
* Maps the upstream `pointerupoutside` event to a downstream `pointerupoutside` event, bubbling from the original * `pointerdown` target to `rootTa
packages/plugin-worker/lib/events/EventBoundary.ts:986
Method
mapWheel
* Maps the upstream `wheel` event to a downstream `wheel` event. * @param from - The upstream `wheel` event.
packages/plugin-worker/lib/events/EventBoundary.ts:1026
Method
maxDeltaDrawCalls
()
packages/plugin-stats/lib/hooks/BaseHooks.ts:57
Method
maxTextureCount
()
packages/plugin-stats/lib/hooks/BaseHooks.ts:75
Method
mixDuration
()
packages/plugin-renderer-spine/lib/pixi-spine.js:4250
Function
mockAnimationFrame
()
packages/eva.js/__tests__/utils/test-helpers.ts:86
Function
mockResourceLoad
(resources: Record<string, any> = {})
packages/eva.js/__tests__/utils/test-helpers.ts:149
Method
movementX
@readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:69
Method
movementY
@readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:74
Method
muted
()
packages/plugin-sound/lib/Sound.ts:75
Method
name
* 获取游戏对象的名称 * @returns 游戏对象名称
packages/eva.js/lib/core/GameObject.ts:105
Function
newElement
* a * @return {*}
packages/plugin-renderer-lottie/lib/lottie-core.js:475
Function
newShapeCollection
* a * @private * @return {*}
packages/plugin-renderer-lottie/lib/lottie-core.js:2394
Method
newShortArray
(size)
packages/plugin-renderer-spine/lib/pixi-spine.js:263
Method
newShortArray
(size)
packages/plugin-renderer-spine36/lib/pixi-spine.js:304
Function
nonConstNoSmartPtrRawPointerToWireType
(destructors,handle)
examples/public/libktx.js:9
Function
nonConstNoSmartPtrRawPointerToWireType
(destructors, handle)
examples/public/basis/basis_transcoder.js:593
Function
normalize
(path)
examples/public/basis/basis_transcoder.js:1171
Function
normalizeArray
(parts, allowAboveRoot)
examples/public/basis/basis_transcoder.js:1157
Method
offsetX
@readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:82
Method
offsetY
@readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:87
Method
onDestroy
()
packages/plugin-ai/lib/AISystem.ts:220
Method
onDestroy
()
packages/plugin-evax/lib/EvaXSystem.ts:166
Method
onDestroy
* System 被销毁的时候调用。 * Called while the system be destroyed.
packages/plugin-sound/lib/SoundSystem.ts:121
Method
onDestroy
()
packages/plugin-renderer-dragonbone/lib/system.ts:49
Method
onDestroy
()
packages/plugin-renderer-dragonbone/lib/component.ts:130
Method
onDestroy
()
packages/plugin-renderer-test/lib/system.ts:24
Method
onDestroy
()
packages/plugin-a11y/lib/A11ySystem.ts:434
Method
onDestroy
()
packages/plugin-renderer/lib/System.ts:149
Method
onDestroy
* 组件销毁时调用 * * 从物理世界中移除物理体。
packages/plugin-matterjs/lib/Physics.ts:88
Method
onDestroy
* System 被销毁的时候调用。 * Called while the system be destroyed.
packages/plugin-matterjs/lib/PhysicsSystem.ts:182
Method
onFail
* on fail handle * @param {Object} error error
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1551
Method
onPause
* 游戏暂停的时候调用。 * * Called while the game paused.
packages/plugin-sound/lib/SoundSystem.ts:110
Method
onPause
()
packages/plugin-renderer-test/lib/component.ts:19
Method
onPause
* 游戏暂停的时候调用。 * * Called while the game paused.
packages/plugin-matterjs/lib/PhysicsSystem.ts:175
Method
onPause
()
examples/src/component.ts:37
Method
onPause
()
examples/src/component.ts:62
Method
onResume
* 游戏开始和游戏暂停后开始播放的时候调用。 * * Called while the game to play when game pause.
packages/plugin-sound/lib/SoundSystem.ts:98
Method
onResume
()
packages/plugin-renderer-test/lib/component.ts:15
Method
onResume
* 游戏开始和游戏暂停后开始播放的时候调用。 * * Called while the game to play when game pause.
packages/plugin-matterjs/lib/PhysicsSystem.ts:165
Method
onResume
()
examples/src/component.ts:44
Method
onResume
()
examples/src/component.ts:65
Method
onStart
()
packages/eva.js/lib/loader/Progress.ts:26
Method
onSuccess
* on success handle * @param {Object} response response json
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1542
Method
onWheel
* Passive handler for `wheel` events on {@link EventSystem.domElement this.domElement}. * @param nativeEvent - The native wheel event.
packages/plugin-worker/lib/events/EventSystem.ts:451
Method
once
(callback)
packages/eva.js/__tests__/__mocks__/resource-loader.ts:8
Method
onerror
()
packages/plugin-renderer-spine/lib/pixi-spine.js:5981
Method
packAttributes
(element, float32View, uint32View, index, textureId)
packages/plugin-renderer-spine/lib/pixi-spine.js:12048
Method
packAttributes
(element, float32View, uint32View, index, textureId)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7312
Method
packQuadAttributes
(element, float32View, uint32View, index, textureId)
packages/plugin-renderer-spine/lib/pixi-spine.js:12076
Method
packQuadAttributes
(element, float32View, uint32View, index, textureId)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7340
Method
pageX
@readonly
packages/plugin-worker/lib/events/FederatedEvent.ts:151
Method
pageY
@readonly
packages/plugin-worker/lib/events/FederatedEvent.ts:156
Method
parent
()
packages/eva.js/lib/timeline/index.ts:91
Method
parent
(val: Transform)
packages/eva.js/lib/core/Transform.ts:126
Method
parent
* 获取父游戏对象 * * 通过 Transform 组件的父子关系获取父对象。 * 如果没有父对象则返回 undefined。 * * @returns 父游戏对象
packages/eva.js/lib/core/GameObject.ts:86
Method
parentToWorld
Transforms a point from the parent bone's coordinates to world coordinates.
packages/plugin-renderer-spine/lib/pixi-spine.js:5673
Function
parse
(asset, options, loader)
packages/plugin-renderer-spine/lib/pixi-spine.js:11765
Function
parse
(asset, options, loader)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7059
Method
pause
* 暂停主循环 * * 将时间线播放速率设为 0,停止帧更新。
packages/eva.js/lib/game/Ticker.ts:171
Method
pause
* pause all animation groups * @return {this}
packages/plugin-renderer-lottie/lib/lottie-pixi.js:3097
Method
pauseScene
({ scene })
packages/eva.js/lib/game/Game.ts:463
Method
pauseUpdate
Whether to pause the update checks or not.
packages/plugin-worker/lib/events/EventTicker.ts:51
Method
paused
()
packages/eva.js/lib/timeline/index.ts:203
Method
physicsRotate
Calls {@link PhysicsConstraint#rotate(float, float, float)} for each physics constraint.
packages/plugin-renderer-spine/lib/pixi-spine.js:7996
Method
physicsTranslate
(x, y)
packages/plugin-renderer-spine/lib/pixi-spine.js:7990
Method
pixiWorldCoordinatesToBone
Converts a point from the Pixi world coordinate system to the bone's local coordinate system.
packages/plugin-renderer-spine/lib/pixi-spine.js:13324
Method
pixiWorldCoordinatesToBone
Converts a point from the Pixi world coordinate system to the bone's local coordinate system.
packages/plugin-renderer-spine36/lib/pixi-spine.js:8469
Method
play
()
packages/renderer-adapter/lib/SpriteAnimation.ts:8
Method
play
* resume or play this animation group * @return {this}
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2818
Method
playbackRate
()
packages/eva.js/lib/timeline/index.ts:192
Method
playing
音频是否正在播放
packages/plugin-sound/lib/Sound.ts:47
Function
pointOnLine3D
* a * @private * @param {*} x1 a * @param {*} y1 a * @param {*} z1 a * @param {*} x2 a * @param {*} y2 a * @param {*} z2 a * @param {*} x3 a
packages/plugin-renderer-lottie/lib/lottie-core.js:586
← previous
next →
2,401–2,500 of 2,699, ranked by callers