大约有 19,992 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0454 秒)
第三方类库使用 LAYA官方能结合https://github.com/phoboslab/jsmpeg写一个DEMO出来吗? 2018-01-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_Aaron 赞同来自: 一般来讲,第三方库...
来源: Laya_社区 发布时间: 20180114
...面的Grid,通过Laya.Grid竟然获取不到?有laya.pathfinding.js的使用教程吗?API中没有找到。 为什么laya.pathfinding.js里面的Grid,通过Laya.Grid竟然获取不到(我在html中引用了的)?有laya.pathfinding.js的使用教程吗?API中没有找到。 这个API...
来源: Laya_社区 发布时间: 20170627
FB中引入puremvc laya.js.exe编译不通过,不能使用puremvc吗 2017-03-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 4 个回复 cuixueying 赞同来自: 可以使用,目前很多开发者都是使用的pureMVC...
来源: Laya_社区 发布时间: 20170309
layaAir支持xml加载和使用吗 如果支持,如何加载使用 2016-09-14 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 代码如下package { import laya.net.Loader; import laya.ut...
来源: Laya_社区 发布时间: 20160914
API使用问题 在代码中使用API是否需要使用全称? 比如教程里laya.Loader.load();方法是加载资源。 但是API手册里面 是 laya.net.Loader.load();为什么可以去掉net呢? 小白求教。 2017-11-08 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到...
来源: Laya_社区 发布时间: 20171108
fillTexture使用问题 sprite使用drawTexture是可以正常使用的,但是用fillTexture时无任何效果。 class Map extends laya.display.Sprite { static width: number = 1188; static height: number = 594; constructor() { super(); Laya.loader.load("res/images/map_01.png", Laya.Handler.creat...
来源: Laya_社区 发布时间: 20170714
求教 JS项目的Promise如何使用 //初始化舞台 Laya.init(1334, 750); //需要切换的图片资源路径 this.monkey2 = "res/img/monkey2.png"; //设置舞台背景色 Laya.stage.bgColor = "#ffffff"; //先加载图片资源,在图片资源加载成功后,通过回调方法绘制图片...
来源: Laya_社区 发布时间: 20170825
LayaAir IDE 语言包的使用? 2016-10-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 5 个回复 cuixueying 赞同来自: TsubasaYeung LayaAir IDE语言包的应用只针对文本框会受影响 使用方式如下 1...
来源: Laya_社区 发布时间: 20161018
开放域中不能使用Laya.loader.load? 报错 WAGameSubContext.js:3 Uncaught TypeError: wx.getFileSystemManager is not a function 2018-05-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 w1114367261 赞同来...
来源: Laya_社区 发布时间: 20180509
Laya.Byte使用getUint16读取错误 var bytes1 = new Laya.Byte([0,8]); console.log('++',bytes1.getUint8(),bytes1.getUint8()); var bytes2 = new Laya.Byte([0,8]); console.log('++',bytes2.getUint16()); var bytes3 = new Laya.Byte([0,8,0,0]); console.log('++',bytes3.getUint32()); 采用上面测试...
来源: Laya_社区 发布时间: 20180625