大约有 2,193 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0073 秒)
Laya_社区(2039) laya_api(36) Laya3.0_文档(34) Laya3.0_api(29) Laya2.0_文档(25) Laya2.0_api(20) Laya_示例(5) Laya2.0_示例(5)
...问题 谷歌浏览器播放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
...说明 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. Laya mac版的IDE 是没测试就上线了吗? iphone自带浏览器页面怎么锁定 通过laya嵌入iframe 后 原本laya禁止微信浏览器里面的上下滑动,又开始上下滑动了 Adobe Flash Builder 4.7...
来源: Laya_社区 发布时间: 20180106
... 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
...文件 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket 求教: soundManager如何停止正在播放的背景音乐 laya3.0 VideoNode视频遮罩无...
来源: Laya_社区 发布时间: 20251218
...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
...-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
...n target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 请问下loader如何强制加载一个文件,避免浏览器的缓存 在List渲染的时候,在滚动...
来源: Laya_社区 发布时间: 20200110
...组件的3D对象实例化完成后,第一次更新时执行*/ public _start(state:Laya.RenderState):void{ //获取被绑定脚本的模型,需等待角色实例化完成 //获取有动画组件的内层模型(.lh资源导出时会在角色外包裹一层sprite3D) this.roleModel = this.owner...
来源: Laya_社区 发布时间: 20171113
...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
...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