MCPcopy Create free account

hub / github.com/eva-engine/eva.js / functions

Functions2,699 in github.com/eva-engine/eva.js

MethodsetTextures
(assetManager, pathPrefix = "")
packages/plugin-renderer-spine/lib/pixi-spine.js:4752
FunctionsetTransform
(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p)
packages/plugin-renderer-lottie/lib/lottie-core.js:3357
MethodsetTransformHierarchy
* a * @param {*} parent a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:637
MethodsetTransformHierarchy
* a * @param {*} parent a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:795
MethodsetTransformHierarchy
* a * @param {*} parent a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1209
MethodsetTransformHierarchy
* a * @param {*} parent a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1275
MethodsetTransformHierarchy
* a * @param {*} parent a
packages/plugin-renderer-lottie/lib/lottie-pixi.js:1350
MethodsetWraps
(uWrap, vWrap)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6953
FunctionsetupTestEnvironment
()
packages/eva.js/__tests__/utils/test-helpers.ts:203
Functionshear
(sx, sy)
packages/plugin-renderer-lottie/lib/lottie-core.js:3334
Methodshow
* show animation root display * @return {this}
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2853
FunctionsimpleReadValueFromPointer
(pointer)
examples/public/libktx.js:9
FunctionsimpleReadValueFromPointer
(pointer)
examples/public/basis/basis_transcoder.js:603
MethodskeletonToPixiWorldCoordinates
Converts a point from the skeleton coordinate system to the Pixi world coordinate system.
packages/plugin-renderer-spine/lib/pixi-spine.js:13316
MethodskeletonToPixiWorldCoordinates
Converts a point from the skeleton coordinate system to the Pixi world coordinate system.
packages/plugin-renderer-spine36/lib/pixi-spine.js:8461
Functionskew
(ax, ay)
packages/plugin-renderer-lottie/lib/lottie-core.js:3337
FunctionskewFromAxis
(ax, angle)
packages/plugin-renderer-lottie/lib/lottie-core.js:3340
Methodspeed
(val)
packages/renderer-adapter/lib/SpriteAnimation.ts:20
FunctionsplitPath
(filename)
examples/public/basis/basis_transcoder.js:1152
Functionstart
()
examples/src/benchmark.ts:23
Methodstart
()
packages/plugin-ai/lib/AISystem.ts:32
Methodstart
()
packages/plugin-stats/lib/StatsSystem.ts:38
Methodstart
()
packages/plugin-renderer-test/lib/component.ts:13
Methodstart
(entry)
packages/plugin-renderer-spine36/lib/pixi-spine.js:2410
Methodstart
()
packages/plugin-matterjs/lib/PhysicsEngine.ts:46
Methodstart
* System 被安装后,所有的 awake 执行完后 * * Called while the System installed, after all of systems' awake been called
packages/plugin-matterjs/lib/PhysicsSystem.ts:103
Methodstart
()
examples/src/component.ts:56
MethodstartScene
({ scene })
packages/eva.js/lib/game/Game.ts:467
Functionstop
()
examples/src/benchmark.ts:49
Methodstop
()
packages/renderer-adapter/lib/SpriteAnimation.ts:11
Methodstop
* 停止动画 * * @param name - 动画名称,如果不传则停止所有动画 * * @example * ```typescript * transition.stop('fadeIn'); // 停止指定动画 * transition.stop()
packages/plugin-transition/lib/component.ts:137
MethodstopAll
* 停止所有正在播放的音频
packages/plugin-sound/lib/SoundSystem.ts:82
MethodstopImmediatePropagation
* Stop this event from propagating to any addition listeners, including on the * {@link FederatedEventTarget.currentTarget currentTarget} and also
packages/plugin-worker/lib/events/FederatedEvent.ts:231
FunctionstringToUTF16
(str,outPtr,maxBytesToWrite)
examples/public/libktx.js:9
FunctionstringToUTF16
(str, outPtr, maxBytesToWrite)
examples/public/basis/basis_transcoder.js:197
FunctionstringToUTF32
(str,outPtr,maxBytesToWrite)
examples/public/libktx.js:9
FunctionstringToUTF32
(str, outPtr, maxBytesToWrite)
examples/public/basis/basis_transcoder.js:225
MethodsystemContext
获取音频系统上下文
packages/plugin-sound/lib/Sound.ts:39
Methodtarget
(boneData)
packages/plugin-renderer-spine/lib/pixi-spine.js:6331
Functiontest
(url)
packages/plugin-renderer-spine/lib/pixi-spine.js:11748
Functiontest
(url)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7041
FunctiontestParse
(asset, options)
packages/plugin-renderer-spine/lib/pixi-spine.js:11756
FunctiontestParse
(asset, options)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7051
MethodtexturesCount
()
packages/plugin-stats/lib/hooks/BaseHooks.ts:80
Methodticker
The ticker to use when {@link autoUpdate} is `true`. Defaults to {@link Ticker.shared}.
packages/plugin-renderer-spine/lib/pixi-spine.js:12782
Functionto2dCSS
()
packages/plugin-renderer-lottie/lib/lottie-core.js:3607
FunctiontoCSS
()
packages/plugin-renderer-lottie/lib/lottie-core.js:3584
FunctiontoHaveBeenWarned
(received: string)
scripts/setupJestEnv.ts:2
FunctiontoHaveBeenWarnedLast
(received: string)
scripts/setupJestEnv.ts:23
MethodtoHaveBeenWarnedLast
()
packages/global.d.ts:12
FunctiontoHaveBeenWarnedTimes
(received: string, n: number)
scripts/setupJestEnv.ts:42
MethodtoHaveBeenWarnedTimes
(n: number)
packages/global.d.ts:13
MethodtoInt
(x)
packages/plugin-renderer-spine/lib/pixi-spine.js:167
MethodtoInt
(x)
packages/plugin-renderer-spine36/lib/pixi-spine.js:223
MethodtoPixiBlending
(blend)
packages/plugin-renderer-spine/lib/pixi-spine.js:11707
MethodtoPixiBlending
(blend)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7004
MethodtoRgb888
()
packages/plugin-renderer-spine/lib/pixi-spine.js:133
FunctiontoWireType
(destructors, o)
examples/public/basis/basis_transcoder.js:446
MethodtotalFrames
()
packages/plugin-renderer-sprite-animation/lib/component.ts:153
Functiontransform
(a2, b2, c2, d2, e2, f2, g2, h2, i2, j2, k2, l2, m2, n2, o2, p2)
packages/plugin-renderer-lottie/lib/lottie-core.js:3383
Methodtransform
* 获取默认的 Transform 组件 * * 每个 GameObject 都自动包含一个 Transform 组件, * 用于管理对象的位置、旋转、缩放等变换属性。 * * @returns 该游戏对象的 Transform 组件
packages/eva.js/lib/core/GameObject.ts:74
Methodtransform
(position, uv, light, dark)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6909
Functiontranslate
(tx, ty, tz)
packages/plugin-renderer-lottie/lib/lottie-core.js:3376
MethodtriggerAllAnimationFrames
(time = performance.now())
packages/eva.js/__tests__/__mocks__/requestAnimationFrame.ts:21
MethodunbindInteractiveEventByQuerySelector
* unbind interactive event from display layer with selector * <br/> `Note:` only can use after data was setup or after DisplayReady event * @par
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2532
FunctionunboundTypesHandler
()
examples/public/libktx.js:9
FunctionunboundTypesHandler
()
examples/public/basis/basis_transcoder.js:835
Functionunload
(atlas)
packages/plugin-renderer-spine/lib/pixi-spine.js:11762
Functionunload
(atlas)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7056
Methodupdate
()
packages/plugin-evax/lib/EvaXSystem.ts:111
Methodupdate
* 每帧更新所有 Spine 动画 * @param e - 更新参数,包含帧间隔时间
packages/spine-base/lib/SpineSystem.ts:102
Methodupdate
()
packages/plugin-renderer-test/lib/component.ts:17
Methodupdate
()
packages/plugin-renderer/lib/Transform.ts:39
Methodupdate
(e?: UpdateParams)
packages/plugin-renderer/lib/Renderer.ts:58
Methodupdate
(gameObject: GameObject)
packages/plugin-renderer/lib/manager/RendererManager.ts:96
Methodupdate
* update all active animation * @private
packages/plugin-renderer-lottie/lib/lottie-pixi.js:3115
Methodupdate
()
packages/plugin-renderer-spine36/lib/pixi-spine.js:392
Methodupdate
(delta)
packages/plugin-renderer-spine36/lib/pixi-spine.js:1686
Methodupdate
(e)
packages/plugin-matterjs/lib/PhysicsEngine.ts:71
Methodupdate
* 每一次游戏循环调用,可以做一些游戏操作,控制改变一些组件属性。 * * Called by every loop, can do some operation, change some property or other component property.
packages/plugin-matterjs/lib/PhysicsSystem.ts:111
Methodupdate
(e: { deltaTime: number })
examples/src/benchmark.ts:144
Methodupdate
(e)
examples/src/component.ts:24
Methodupdate
()
examples/src/component.ts:59
MethodupdateRenderable
(spine)
packages/plugin-renderer-spine/lib/pixi-spine.js:12562
MethodupdateRenderable
(spine)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7853
FunctionuseTicker
* replace ticker * @private * @param {Ticker} _ticker ticker
packages/plugin-renderer-lottie/lib/lottie-pixi.js:308
MethodvalidateRenderable
(spine)
packages/plugin-renderer-spine/lib/pixi-spine.js:12473
MethodvalidateRenderable
(spine)
packages/plugin-renderer-spine36/lib/pixi-spine.js:7763
Functionvisit
(type)
examples/public/libktx.js:9
Functionvisit
(type)
examples/public/basis/basis_transcoder.js:721
Methodvolume
()
packages/plugin-sound/lib/Sound.ts:83
FunctionwaitForAsync
(ms = 0)
packages/eva.js/__tests__/utils/test-helpers.ts:79
MethodwasApplied
Returns true if this track entry has been applied at least once. * <p> * See {@link AnimationState#apply(Skeleton)}.
packages/plugin-renderer-spine/lib/pixi-spine.js:4328
MethodworldToLocalRotation
Transforms a world rotation to a local rotation.
packages/plugin-renderer-spine/lib/pixi-spine.js:5679
MethodworldToLocalRotation
(worldRotation)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3030
MethodworldToParent
Transforms a point from world coordinates to the parent bone's local coordinates.
packages/plugin-renderer-spine/lib/pixi-spine.js:5667
MethodwrapFromString
(text)
packages/plugin-renderer-spine36/lib/pixi-spine.js:3076
Methodx
* Alias for {@link FederatedMouseEvent.clientX this.clientX}. * @readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:50
Methody
* Alias for {@link FederatedMouseEvent.clientY this.clientY}. * @readonly
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:58
← previous2,601–2,699 of 2,699, ranked by callers