• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 1,740 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0064 秒)

511. 分享 修复webaudiosound 循环播放的声音 俩个失声问题 [ 63%]

... = Laya.WebAudioSoundChannel.prototype; /** *播放声音 */ _proto.play = function () { // if (this.url.indexOf("music.d") != -1) { // console.log("play", this.url) // console.trace("play", this.url) // } Laya.SoundManager.addChannel(this); this.isStopped = false; this._clearBufferSource(); if (!th...

来源: Laya_社区 发布时间: 20201014

512. Uncaught TypeError: Cannot read property 'XXX' of undefined [ 63%]

...r: Cannot read property 'XXX' of undefined private var spe:Sprite; private function showApe():void {             spe = new Sprite();             spe.mouseEnabled = true;             spe.x = 100;             spe.y = 100;             spe.width = 512;    ...

来源: Laya_社区 发布时间: 20170407

513. laya.particle.ParticleTemplate2D_API3.0 [ 63%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

来源: Laya3.0_api 发布时间: 20231115

514. 1.7.3 iOS Native下滑动报错 [ 63%]

... btCollisionObject undefined 导微信小程序报错window.focus is not a function list 每次滑动,都是可以滑动一点点,可不可以如何设置,让他每次滑动,只能固定的值。 本地调试加载本地图片都报错 问题状态 最新活动: 2017-05-03 17:21 浏览: 1096...

来源: Laya_社区 发布时间: 20170503

515. IDE通过.ui自动生成的ui代码报错 TS [ 63%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2018-05-05 18:01 浏览: 1073 关注: 1 人

来源: Laya_社区 发布时间: 20180505

516. laya.d3.core.Sprite3D_API3.0 [ 63%]

...s type: string Optional data: any Returns void callLater callLater(method: Function, args?: any[]): void Inherited from Node.callLater Defined in laya/display/Node.ts:621 延迟运行指定的函数。 在控件被显示在屏幕之前调用,一般用于延迟计算数据。 see #runCallLater() Pa...

来源: Laya3.0_api 发布时间: 20231115

517. 淘宝创意小程序发布BUG [ 63%]

...卓设备加载场景黑屏 导微信小程序报错window.focus is not a function 1.7.20beta有bug,帧属性面板打不开 请问layaair2.0-js 怎么用程序在list中添加多元素的item 重力感应 Accelerator 发布微信游戏后失效。是因为什么? 微信小程序 发布后缺少...

来源: Laya_社区 发布时间: 20210817

518. iphone自带浏览器页面怎么锁定 [ 63%]

...2.6\libs\iflash\src\iflash\events\EventManager.as   找到方法  public function acceptSystemMouseEvent(event:*):void {     _currentSysEvent = event;     event.preventDefault(); //添加这句话即可,再发布即可。 2016-09-19 2 1 分享 微博 QZONE 微信 q12647 赞同来自: cuixuey...

来源: Laya_社区 发布时间: 20160831

519. 关于HTMLDIVELEMENT 有 这个 '&'字符 会报错 [ 63%]

...中文的json文件 报错 导微信小程序报错window.focus is not a function 2.2.0beta4,微信上动态合批报错. 自定义场景类导出layaMaxUI.ts有前缀导致报错 官网示例摇一摇报错,就解决方案 问题状态 最新活动: 2018-02-08 11:27 浏览: 537 关注: 2 人 1852...

来源: Laya_社区 发布时间: 20180208

520. ios14新系统问题 [ 63%]

...我2.0.1版本也遇到了,暂时这样解决了 WebGLContext.useProgram=function(gl,program){ //ios14会报错“webgl location not for current program”注释这里暂时解决 // if (WebGLContext._useProgram===program) // return false; gl.useProgram(program); WebGLContext._useProgram=program; ...

来源: Laya_社区 发布时间: 20200922