MCPcopy Create free account

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

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

Functioninit
(canvas)
examples/src/stats.ts:6
Functioninit
(canvas)
examples/src/transition.ts:7
Functioninit
(canvas)
examples/src/layout.ts:107
Functioninit
(canvas: HTMLCanvasElement)
examples/src/benchmark.ts:173
Functioninit
(canvas: HTMLCanvasElement)
examples/src/canvas.ts:13
Functioninit
()
examples/src/loader.ts:4
Functioninit
(canvas: HTMLCanvasElement)
examples/src/compressed-texture-mipmap.ts:6
Functioninit
(canvas)
examples/src/dragonbone.ts:5
Functioninit
(canvas)
examples/src/spriteAnimation.ts:6
Functioninit
(canvas)
examples/src/image.ts:5
Functioninit
(canvas)
examples/src/ai-click-test.ts:33
Functioninit
(canvas)
examples/src/sound.ts:8
Functioninit
(canvas)
examples/src/lottie.ts:6
Functioninit
(canvas)
examples/src/ninePatch.ts:7
Functioninit
(canvas)
examples/src/graphics.ts:6
Functioninit
(canvas)
examples/src/worker.ts:5
Functioninit
(canvas)
examples/src/component.ts:5
Functioninit
(canvas)
examples/src/matter.ts:13
Functioninit
()
examples/src/resource-cleanup-test.ts:437
Functioninit
(canvas: HTMLCanvasElement)
examples/src/compressed-texture.ts:6
Functioninit
(canvas)
examples/src/mask.ts:7
Functioninit
(canvas)
examples/src/tilingSprite.ts:6
Functioninit
(canvas)
examples/src/a11y.ts:10
Functioninit
(canvas)
examples/src/event.ts:7
Functioninit
examples/src/spine.ts:84
Methodinit
* 初始化系统,注入 pixi-spine 4.2 版本 * @override
packages/plugin-renderer-spine/lib/SpineSystem.ts:41
Methodinit
()
packages/plugin-renderer-tiling-sprite/lib/system.ts:19
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 纹理资源名称 * @param obj.tileScale - 平铺缩放 * @param obj.tilePosition - 平铺偏移
packages/plugin-renderer-tiling-sprite/lib/component.ts:76
Methodinit
()
packages/plugin-renderer-mesh/lib/system.ts:17
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 纹理资源名称 * @param obj.verticesX - 横向网格密度 * @param obj.verticesY - 纵向网格密度
packages/plugin-renderer-mesh/lib/perspective-mesh.ts:92
Methodinit
(params: AISystemParams = {})
packages/plugin-ai/lib/AISystem.ts:26
Methodinit
(param: StatsParams = { show: true })
packages/plugin-stats/lib/StatsSystem.ts:26
Methodinit
* 初始化组件 * * 配置组件需要监听的 store 属性和对应的回调函数。 * * @param option - 初始化配置 * @param option.events - 事件监听配置对象
packages/plugin-evax/lib/EvaXComponent.ts:73
Methodinit
* 初始化系统 * * 设置全局 store 并绑定默认的事件监听器。 * * @param params - 初始化参数 * @param params.store - 初始的全局状态对象
packages/plugin-evax/lib/EvaXSystem.ts:79
Methodinit
()
packages/plugin-renderer-sprite-animation/lib/system.ts:62
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 帧动画资源名称 * @param obj.autoPlay - 是否自动播放 * @param obj.speed - 播放速度 * @param obj.forw
packages/plugin-renderer-sprite-animation/lib/component.ts:93
Methodinit
* 初始化组件 * @param params - 初始化参数 * @param params.hitArea - 交互热区配置
packages/plugin-renderer-event/lib/component.ts:117
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - Spine 资源名称 * @param obj.animationName - 默认动画名称 * @param obj.scale - 缩放比例 * @param
packages/spine-base/lib/Spine.ts:148
Methodinit
* 初始化系统 * @param obj - 初始化参数 * @param obj.pixiSpine - PixiJS Spine 插件实例
packages/spine-base/lib/SpineSystem.ts:52
Methodinit
* 初始化组件 * * @param params - 初始化参数 * @param params.group - 动画组配置对象
packages/plugin-transition/lib/component.ts:90
Methodinit
* Initializes the event ticker. * @param events - The event system.
packages/plugin-worker/lib/events/EventTicker.ts:40
Methodinit
()
packages/plugin-renderer-render/lib/system.ts:15
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.visible - 是否可见 * @param obj.alpha - 透明度 * @param obj.zIndex - 渲染层级 * @param obj.sortableChild
packages/plugin-renderer-render/lib/component.ts:95
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - DragonBones 资源名称 * @param obj.armatureName - 骨架名称(必填) * @param obj.animationName - 默认
packages/plugin-renderer-dragonbone/lib/component.ts:89
Methodinit
()
packages/plugin-renderer-test/lib/system.ts:14
Methodinit
()
packages/plugin-renderer-mask/lib/system.ts:45
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.type - 遮罩类型 * @param obj.style - 遮罩样式 * @param obj.resource - 遮罩资源(可选) * @param obj.spriteNam
packages/plugin-renderer-mask/lib/component.ts:104
Methodinit
()
packages/plugin-renderer-sprite/lib/system.ts:56
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 资源名称 * @param obj.spriteName - 精灵名称
packages/plugin-renderer-sprite/lib/component.ts:42
Methodinit
()
packages/plugin-renderer-nine-patch/lib/system.ts:19
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 资源名称 * @param obj.spriteName - 精灵名称 * @param obj.leftWidth - 左边固定宽度 * @param obj.t
packages/plugin-renderer-nine-patch/lib/component.ts:96
Methodinit
(params?: LayoutParams)
packages/plugin-layout/lib/layout.ts:53
Methodinit
()
packages/plugin-layout/lib/system.ts:57
Methodinit
(params?: LayoutChildParams)
packages/plugin-layout/lib/layoutChild.ts:46
Methodinit
* 初始化组件 * 创建 Graphics 绘图对象实例
packages/plugin-renderer-graphics/lib/component.ts:44
Methodinit
* System 初始化用,可以配置参数,游戏未开始 * * System init, set params, game is not begain * @param param init params
packages/plugin-renderer-lottie/lib/LottieSystem.ts:36
Methodinit
* 初始化系统,注入 pixi-spine 3.6 版本 * @override
packages/plugin-renderer-spine36/lib/SpineSystem.ts:40
Methodinit
* 初始化物理组件 * @param params - 物理体参数
packages/plugin-matterjs/lib/Physics.ts:62
Methodinit
* 初始化物理系统 * * 配置物理引擎参数、创建物理世界、设置渲染分辨率等。 * * @param param - 物理系统配置参数 * @param param.resolution - 渲染分辨率,默认 1 * @param param.fps - 物理引擎
packages/plugin-matterjs/lib/PhysicsSystem.ts:87
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.text - 富文本内容 * @param obj.style - 文本样式 * @param obj.textureStyle - 纹理配置
packages/plugin-renderer-text/lib/htmlText.component.ts:124
Methodinit
()
packages/plugin-renderer-text/lib/system.ts:26
Methodinit
(obj?: BitmapTextParams)
packages/plugin-renderer-text/lib/bitmapText.component.ts:53
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.text - 文本内容 * @param obj.style - 文本样式
packages/plugin-renderer-text/lib/component.ts:107
Methodinit
* 初始化组件 * @param obj - 初始化参数 * @param obj.resource - 图片资源名称
packages/plugin-renderer-img/lib/component.ts:35
Methodinit
(params?: { color?: number; alpha?: number; radius?: number; onResize?: (w: number, h: number) => void })
examples/src/layout.ts:23
Methodinit
(obj?: { velocity: { x: number; y: number } })
examples/src/benchmark.ts:138
Methodinit
()
examples/src/component.ts:50
MethodinitEvent
* Unimplemented method included for implementing the DOM interface {@code Event}. It will throw an {@code Error}. * @deprecated * @param _type
packages/plugin-worker/lib/events/FederatedEvent.ts:194
MethodinitMouseEvent
( _typeArg: string, _canBubbleArg: boolean, _cancelableArg: boolean, _viewArg: Window, _de
packages/plugin-worker/lib/events/FederatedMouseEvent.ts:169
MethodinitUIEvent
* Unimplemented method included for implementing the DOM interface {@code UIEvent}. It will throw an {@code Error}. * @deprecated * @param _type
packages/plugin-worker/lib/events/FederatedEvent.ts:207
Functioninteractive
* Enable interaction events for the Container. Touch, pointer and mouse * @memberof scene.Container#
packages/plugin-worker/lib/events/FederatedEventTarget.ts:582
Methodinterrupt
(entry)
packages/plugin-renderer-spine36/lib/pixi-spine.js:2412
MethodintersectsSegment
Returns the first bounding box attachment that contains any part of the line segment, or null. When doing many checks, it * is usually more efficie
packages/plugin-renderer-spine36/lib/pixi-spine.js:5040
FunctioninversePoints
(pts)
packages/plugin-renderer-lottie/lib/lottie-core.js:3526
MethodisComplete
Returns true if at least one loop has been completed. * * See {@link AnimationStateListener#complete()}.
packages/plugin-renderer-spine/lib/pixi-spine.js:4302
MethodisComplete
()
packages/plugin-renderer-spine36/lib/pixi-spine.js:2286
FunctionisIdentity
()
packages/plugin-renderer-lottie/lib/lottie-core.js:3450
FunctionisInteractive
* Determines if the container is interactive or not * @returns {boolean} Whether the container is interactive or not * @memberof scene.Container
packages/plugin-worker/lib/events/FederatedEventTarget.ts:644
MethodisLoadingComplete
()
packages/plugin-renderer-spine36/lib/pixi-spine.js:3501
MethodisLoadingComplete
(clientId)
packages/plugin-renderer-spine36/lib/pixi-spine.js:6850
MethodisNextReady
Returns true if there is a {@link #getNext()} track entry and it will become the current track entry during the next * {@link AnimationState#update
packages/plugin-renderer-spine/lib/pixi-spine.js:4333
MethodisPowerOfTwo
(value)
packages/plugin-renderer-spine/lib/pixi-spine.js:184
MethodisVertexArrayOES
(arrayObject: WebGLVertexArrayObjectOES | null)
packages/plugin-renderer/lib/compressedTexture/global.d.ts:89
MethodisWebGLMode
* is use webgl mode * @return {boolean}
packages/plugin-renderer-lottie/lib/lottie-pixi.js:2984
Functionjoin
()
examples/public/basis/basis_transcoder.js:1192
Functionjoin2
(l, r)
examples/public/basis/basis_transcoder.js:1197
MethodlastTimeMark
()
packages/eva.js/lib/timeline/index.ts:95
MethodlateUpdate
()
packages/plugin-stats/lib/StatsSystem.ts:46
MethodlateUpdate
()
packages/plugin-evax/lib/EvaXSystem.ts:127
MethodlateUpdate
()
packages/plugin-renderer-test/lib/system.ts:28
MethodlateUpdate
()
packages/plugin-renderer-test/lib/component.ts:21
MethodlateUpdate
(e)
packages/plugin-renderer/lib/System.ts:145
MethodlateUpdate
()
packages/plugin-layout/lib/system.ts:93
MethodlateUpdate
* 和 update?() 类似,在所有System和组件的 update?() 执行以后调用。 * * Like update, called all of gameobject update.
packages/plugin-matterjs/lib/PhysicsSystem.ts:159
MethodlateUpdate
()
examples/src/layout.ts:34
MethodlayerX
@readonly
packages/plugin-worker/lib/events/FederatedEvent.ts:138
MethodlayerY
@readonly
packages/plugin-worker/lib/events/FederatedEvent.ts:143
FunctionlengthBytesUTF16
(str)
examples/public/libktx.js:9
FunctionlengthBytesUTF16
(str)
examples/public/basis/basis_transcoder.js:209
FunctionlengthBytesUTF32
(str)
examples/public/libktx.js:9
← previousnext →2,301–2,400 of 2,699, ranked by callers