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

大约有 1,758 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)

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. 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

513. u3d修改材质blinnphong报错 [ 63%]

...,U3D和1.7.*都没问题 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 2.2.0beta4,微信上动态合批报错. 问题状态 最新活动: 2020-06-05 09:45 浏览: 1635 关注: 1 人

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

514. 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

515. Laya2.0 里没有后续执行脚本了吗? [ 63%]

...ke()与onEnable()调用时机存在问题 执行回调函数时报is not a function 问题状态 最新活动: 2019-10-22 10:27 浏览: 134 关注: 1 人

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

516. Laya2.0 里没有后续执行脚本了吗? [ 63%]

...ke()与onEnable()调用时机存在问题 执行回调函数时报is not a function 问题状态 最新活动: 2019-10-22 10:58 浏览: 738 关注: 1 人

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

517. mac下用FB打包发布测试页面,chrome浏览器看不到预期显示文字 [ 63%]

...isplay.Text;     public class LayaAirTest     {         public function LayaAirTest()         {             Laya.init(600, 300);             var txt:Text   = new Text();             txt.text     = "abc"+Laya.timer.currTimer;             txt.color  ...

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

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. 1.7.3 iOS Native下滑动报错 [ 63%]

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

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

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

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

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