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

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

2121. 自己写了个label继承官方的label,出现了问题,求指导~ [ 40%]

...问题 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 【带附件】 使用Laya2.0.0beta5.1 发布官方示例 真机报错 window is not defined 问题状态 最新活动: 2017-05-16 20:57 浏览: 1630 关注: 4 人 ht657990995 • 2017-05-16 21:06 感谢!

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

2122. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 40%]

...说明 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Laya mac版的IDE 是没测试就上线了吗? iphone自带浏览器页面怎么锁定 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 Adobe Flash Builder 4.7...

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

2123. 十几秒以后动画渲染时间变长,帧率变慢,是怎么回事? [ 40%]

... if( ! this._blood_chart ) { this._blood_chart = new Laya.ProgressBar( "ui/start/progress.png" ); this._blood_chart.size( this._blood_area.w, this._blood_area.h ); this._blood_chart.pivot( this._blood_chart.width / 2, 0 ); this.addChild( this._blood_chart ); } this._blood_chart.pos( this.width / 2, ...

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

2124. [LayaNative3]Laya3.28/9原生打包ISO视频播放闪退 [ 40%]

...文件 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 求教: soundManager如何停止正在播放的背景音乐 laya3.0 VideoNode视频遮罩无...

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

2125. dcc下载超时 [ 40%]

...vas() 07-04 20:55:27.340: E/LayaConch5(7884): plugin-----------------EngineStart() = /data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.340: I/LayaBox(7884): JNI localStoragePath=/data/user/0/com.layabox.game//LayaCache/localstorage 07-04 20:55:27.342: I/MainCanvas(7884): Android O...

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

2126. 路径显示会添加DrawCall,每增加一条路径都会添加,有什么办法降DrawCall [ 40%]

...-30,58); //_path.viewPort = new Rectangle(0,0,(len-3)*PATH_LEN-30,58); btn_start.clickHandler = new Handler(this,StartMove,[len]); add_other.clickHandler = new Handler(this,OnShow); // aa.dataSource = {text:"mmmm"}; for(var i:int = 0;i<100;i++){ var img:Image = TestScrollImage(); img.pos(100+i*10...

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

2127. Native打包出现一个看不懂的日志输出 [ 40%]

...n target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 请问下loader如何强制加载一个文件,避免浏览器的缓存 在List渲染的时候,在滚动...

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

2128. 碰撞检测 outHitInfo.distance 一直等于 -1 ?(TS代码) [ 40%]

...组件的3D对象实例化完成后,第一次更新时执行*/ public _start(state:Laya.RenderState):void{ //获取被绑定脚本的模型,需等待角色实例化完成 //获取有动画组件的内层模型(.lh资源导出时会在角色外包裹一层sprite3D) this.roleModel = this.owner...

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

2129. 引用外部脚本的方式 · LayaAir3.4 · 引擎文档 · LAYABOX [ 39%]

...ort class Main extends Laya.Script { private aStarInstance: AStarFinder; onStart() { console.log("Game start"); // 0表示通路,1表示障碍 let myMatrix = [ [0, 0, 0, 0, 0, 0, 0, 0], [0, 0, 0, 0, 0, 0, 0, 1], [0, 0, 1, 1, 0, 1, 1, 0], [0, 0, 1, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 0, 1, 0], [1, 1, 1...

来源: Laya3.0_文档 发布时间: 20251010

2130. laya.components.AnimatorState2D_API3.0 [ 38%]

...tDispatcher AnimatorState2D Implements IClone Index Properties clipEnd clipStart cycleOffset loop name speed yoyo Accessors clip Methods addScript clone cloneTo destroy event getScript getScripts hasListener off offAll offAllCaller on once Properties clipEnd clipEnd: number = 1 Defined in laya/compo...

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