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

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

111. 能不能增加Array的部分方法,比如shift,unshift,removeAt? [ 74%]

...ncil功能 Laya.Media方法调用失败 调用动画结束on方法,报错this.zombieAnimator.on is not a function Native 在iOS上支付失败的问题,及临时解决方法 官网提供的一些修改过的第三方库,以后是否有打算增加一些as的mvc框架的支持库 问题状态 ...

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

112. 构建andorid工程后,在AndoridStuido中模拟器调试运行出现如下问题,然后打不开APP [ 73%]

.../com.mygame.Shjy3Android" WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix. pkg: /data/local/tmp/com.mygame.Shjy3Android Success Launching application: com.mygame.Shjy3Android/demo.MainActivity. DEVICE SHELL COMMAND: am start -D -n "com.mygam...

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

113. Laya3D 官方请看:有关Laya.MeshSprite3D.instantiate的Bug [ 73%]

...ya.Sprite3D;  scene.addChild(temp);  temp.on(Laya.Event.HIERARCHY_LOADED,this,()=>  {  this.model = Laya.MeshSprite3D.instantiate(temp,scene) as Laya.MeshSprite3D;  if(index == 0)  {  this.model.transform.position = new Laya.Vector3(0.8,0,0);  }  });    //===================报错=====...

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

114. mac系统下 TypeScript 语言 ,声音无法播放? [ 73%]

...赞同来自: Laya.loader.load("res/sounds/light.mp3", Laya.Handler.create(this, ()=>{               console.log("load light.mp3");               Laya.SoundManager.playMusic("res/sounds/light.mp3");                 Laya.SoundManager.playSound("res/sound...

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

115. [TMA][ERROR][RUNTIME] thirdScriptError undefined;at api readFile success callback function [ 73%]

...ime照着视频做运行不了,求解 调用动画结束on方法,报错this.zombieAnimator.on is not a function 请问官方API中有反余弦的方法吗? 问题状态 最新活动: 2020-01-09 18:28 浏览: 1298 关注: 3 人 L。 • 2020-06-11 18:28 请问一下这是官方回答吗?我...

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

116. 调用Sprite的drawToCanvas怎么返回的是uint8array [ 73%]

...         {                          var _canvas:* =this.drawToCanvas(this.width,this.height,0,0);             var base64:*  = _canvas._canvas.source.toDataURL();                         return base64;          } 附件 : --> 2017-04-01 添...

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

117. app构建后在真机中运行报错 [ 73%]

...     function Prefab(){         /**@private */         this.json=null;     }      __class(Prefab,'laya.components.Prefab');     var __proto=Prefab.prototype;     /**     *通过预制创建实例     */     __proto.create=function(){         i...

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

118. 经常会出现动画不动的问题是我代码导致还是就是有这问题呢 [ 73%]

...出现动画不动的问题是我代码导致还是就是有这问题呢 this.yzsAni.play(); Laya.stage.addChild(this.yzsAni);   连续调用不同动画的play,经常会出现动画不动的问题是我代码导致还是就是有这问题呢   2017-11-03 添加评论 免费帖 --> 分享 微博...

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

119. drawToCanvas转出图片与游戏内显示颜色差距过大 [ 73%]

...代码 export default class TestView {     constructor() {         this.init();     }     init() {         Laya.stage.bgColor='#ffffff';         Laya.stage.addChild(new Laya.Image('comp/img/img1.png'));         Laya.timer.once(1000, this, this.delayShow);     }     delaySho...

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

120. [LayaAirIDE3]xcode切入切出声音不播放 [ 73%]

...,导致背景声音不播放问题。  Laya.stage.on(Laya.Event.BLUR, this, this.onBlur); Laya.stage.on(Laya.Event.FOCUS, this, this.onFocus);  private onBlur() {         // 暂停所有需要停止的逻辑         console.log("onBlur");         SoundManager.Instance.pauseBGM();   ...

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