大约有 90 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0039 秒)
...er, ...plugins: any[]): Promise<void> Defined in Laya.ts:73 初始化引擎。使用引擎需要先初始化引擎,否则可能会报错。 Parameters Optional stageConfig: IStageConfig Returns Promise<void> Defined in Laya.ts:80 初始化引擎。使用引擎需要先初始化引擎...
来源: Laya3.0_api 发布时间: 20231115
...nfig Config 用于配置一些全局参数。如需更改,请在初始化引擎之前设置。 Hierarchy Config Index Properties FPS animationInterval defaultFont defaultFontSize destroyResourceImmediatelyDefault fixedFrames isAlpha isAntialias isDepth isStencil isfailIfMajorPerformanceCaveat powe...
来源: Laya3.0_api 发布时间: 20231115
...exported Menu Globals "laya/physics/Physics" Physics Class Physics 2D物理引擎,使用Box2d驱动 Hierarchy EventDispatcher Physics Index Constructors constructor Properties box2d positionIterations velocityIterations world PIXEL_RATIO Accessors allowSleeping gravity worldRoot I Methods event ge...
来源: Laya3.0_api 发布时间: 20231115
...ainCanv: HTMLCanvas): Render Defined in laya/renders/Render.ts:59 初始化引擎。 Parameters width: number 游戏窗口宽度。 height: number 游戏窗口高度。 mainCanv: HTMLCanvas Returns Render Properties Static _Render _Render: Render Defined in laya/renders/Render.ts:46 Static _customRe...
来源: Laya3.0_api 发布时间: 20231115
...dia/Sound" Sound Class Sound Sound 类是用来播放控制声音的类。 引擎默认有两套声音方案,优先使用WebAudio播放声音,如果WebAudio不可用,则用H5Audio播放,H5Audio在部分机器上有兼容问题(比如不能混音,播放有延迟等)。 Hierarchy EventDi...
来源: Laya3.0_api 发布时间: 20231115
...a/net/URL" URL Class URL URL 提供URL格式化,URL版本管理的类。 引擎加载资源的时候,会自动调用formatURL函数格式化URL路径 通过basePath属性可以设置网络基础路径 通过设置customFormat函数,可以自定义URL格式化的方式 Hierarchy URL Index Const...
来源: Laya3.0_api 发布时间: 20231115
...音管理类。提供了对背景音乐、音效的播放控制方法。 引擎默认有两套声音方案:WebAudio和H5Audio 播放音效,优先使用WebAudio播放声音,如果WebAudio不可用,则用H5Audio播放,H5Audio在部分机器上有兼容问题(比如不能混音,播放有...
来源: Laya3.0_api 发布时间: 20231115
... Defined in laya/particle/ParticleSetting.ts:90 混合模式,待调整,引擎中暂无BlendState抽象 boxEmitterCenterPosition boxEmitterCenterPosition: Float32Array = new Float32Array([0, 0, 0]) Defined in laya/particle/ParticleSetting.ts:108 盒发射器中心位置 boxEmitterSize boxEmitterS...
来源: Laya3.0_api 发布时间: 20231115
...ouseEnabled=true。所以一般也无需手动设置mouseEnabled。 LayaAir引擎API设计精简巧妙。核心显示类只有一个Sprite。Sprite针对不同的情况做了渲染优化,所以保证一个类实现丰富功能的同时,又达到高性能。 example 创建了一个 Sprite 实例...
来源: Laya3.0_api 发布时间: 20231115
...对象。鼠标事件检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的目标对象或者未命中任何对象。 如果为false,优先检测子对象,当有子对象被命中时,中断检测,获得命中目...
来源: Laya3.0_api 发布时间: 20231115