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

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

1. 如何能监听到TouchStart和TouchEnd事件 [ 100%]

... static EMPTY: Event;         /** 定义 mousedown 事件对象的 type 属性值。*/         static MOUSE_DOWN: string;         /** 定义 mouseup 事件对象的 type 属性值。*/         static MOUSE_UP: string;         /** 定义 click 事件对象的 type ...

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

2. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 98%]

...; constructor(token) { Laya.loader.load([{ url: "res/ui/LoadProgress.fui", type: Loader.BUFFER }], Handler.create(this, this.loadProgress)) this.token = token; } public loadProgress() { this.progressUI = UIBase.create(LoadProgress.UI_LoadProgress, "LoadProgress", LoadProgress.LoadProgressBinder.bind...

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

3. 分享-js资源进度加载 [ 97%]

...度UI Progress: Progress; Socket: Socket; arr = [ { url: "images/1.jpg", type: Laya.Loader.IMAGE } , { url: "images/2.jpg", type: Laya.Loader.IMAGE } , { url: "images/3.jpg", type: Laya.Loader.IMAGE } , { url: "images/4.png", type: Laya.Loader.IMAGE } , { url: "images/5.jpg", type: Laya.Loader.IMAGE...

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

4. 加载的时候动画会卡 [ 97%]

...;         var imgArr = ;         imgArr.push({url:"cont/cpf1.jpg",type:Loader.IMAGE});         imgArr.push({url:"cont/cpr1.jpg",type:Loader.IMAGE});         imgArr.push({url:"cont/cps1.jpg",type:Loader.IMAGE});         imgArr.push({url:"cont/cpt1.jpg",type:Loader.IMAGE});     ...

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

5. 2.0里面的组件(Laya.Script)的prop其中几个类型应该怎么设置 [ 97%]

... export default class TestScript extends Laya.Script { /** @prop {name:intType, tips:"整数类型示例", type:Int, default:1000}*/ public intType: number = 1000; /** @prop {name:numType, tips:"数字类型示例", type:Number, default:1000}*/ public numType: number = 1000; /** @prop {name:strType,...

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

6. 报无法找到资源,未升级ide之前不报错 [ 97%]

...lt;any> = [ { url: "resources/UI/images/dsgame/bgImage2.jpg", type: Laya.Loader.IMAGE }, { url: "resources/UI/images/dsgame/index_bg.jpg", type: Laya.Loader.IMAGE }, { url: "resources/UI/images/dsgame/say_right2.png", type: Laya.Loader.IMAGE }, { url: "resources...

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

7. Laya2.0导入protobufjs第三方库,报错找不到文件 [ 97%]

...的引入改成相对路劲,就报其他的路径找不到。 出错了: TypeScript error: node_modules/@types/node/index.d.ts(50,22): Error TS6053: File 'node_modules/@types/node/base.d.ts' not found.     请问要怎么设置,怎么放各种文件,才能把这个node_modules下的第三方...

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

8. layaUI.max.all.js 这个文件怎么生成的? [ 97%]

...CATTR$(TestPageUI,         ['uiView',function(){return this.uiView={"type":"View","child":[{"props":{"x":0,"y":0,"skin":"comp/bg.png","sizeGrid":"30,4,4,4","width":600,"height":400},"type":"Image"},{"props":{"x":41,"y":56,"skin":"comp/button.png","label":"点我赋值","width":150,"height":37,...

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

9. socket大型项目回调 [ 97%]

...VENT_HEART_BEAT_TIMEOUT:string = 'heartbeat timeout'; private JS_WS_CLIENT_TYPE:string = 'js-websocket'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callback...

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

10. parameter 2 is not of type 'WebGLTexture'. [ 97%]

parameter 2 is not of type 'WebGLTexture'. 播放视频,PC端播放正常Chrome F12手机模式调试播放报laya.core.js:906 Uncaught TypeError: Failed to execute 'bindTexture' on 'WebGL2RenderingContext': parameter 2 is not of type 'WebGLTexture'. 代码如下:// 创建video对象 let videoE...

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