大约有 3,272 项符合查询结果, 库内数据总量为 31,629 项。 (搜索耗时: 0.0059 秒)
...关内容,都要使用import和export吗? LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 关于Laya实现Matter.js官方案例凹多边形的问题 请教一个关于laya2.5d项目美术规范的问题哈 我刚开始使用layabox,发布了一个h5,但是手机上应...
来源: Laya_社区 发布时间: 20180922
...现Matter.js官方案例凹多边形的问题 LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 请教下微信小游戏的内存和数据缓存? 3D模型无法修改scale? 问题状态 最新活动: 2020-01-19 18:21 浏览: 1447 关注: 2 人 丁剑东 • 2020-01-16 10:37 感...
来源: Laya_社区 发布时间: 20200113
... 139*****737 • 2018-04-16 14:38 十分感谢,按你的思路弄好了>.< 陈一少 • 2018-05-15 20:54 请问具体怎么弄?1秒5次这个内部消息是很快会出高频版本,问题是laya要实现啊,不然太麻烦了吧?
来源: Laya_社区 发布时间: 20180322
...stUI extends ui.test.TestSceneUI { private resource: Array<String> = [ "gate/Conventional/Test.ls", ]; constructor() { super(); } onAwake(): void { Laya.loader.create(this.resource, Laya.Handler.create(this, this.onPreLoadFinish)); } ...
来源: Laya_社区 发布时间: 20190925
...on removeAllChildren(container:Sprite):void { while(container.numChildren > 0) { container.removeChildAt(0); } } protected function createLoading():Sprite { _loadingBg = new Sprite(); _loadingBg.graphics.drawRect(0, 0, _list.width, _list.height, "#000000"); _loadingBg.alpha = .7; _loadingBg.size(...
来源: Laya_社区 发布时间: 20170323
... blueFnt.loadFont("common/number_blue.fnt", new Handler(this, () => { Laya.Text.registerBitmapFont("number_blue", blueFnt); })); 但具体原因不清楚 能否请官方测试下bmfont在iphone上运行情况 2017-05-23 0 0 分享 微博 QZONE 微信 cu...
来源: Laya_社区 发布时间: 20170523
...onHide时的Laya.timer.delta,在帧循环中如果此变量tmpDelta的值>0,则使用之,否则使用Laya.timer.delta 2018-08-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Aaron 赞同来自: 逻辑时...
来源: Laya_社区 发布时间: 20180806
...,this,this.run()); public run():void{ var childs:Array<Laya.Sprite> = this._childs; childs.sort(this.sortHandler); } public sortHandler(left:Laya.Sprite,right:Laya.Sprite):number{ return left.y-right.y; } 这样实现 当前Sprite里面的可移动sprite元素Y轴小的永远...
来源: Laya_社区 发布时间: 20180228
...uire (internal/modules/cjs/helpers.js:25:18) at Object.<anonymous> (E:\cyh5\code\gzlaya\testnew2\.laya\publish.js:25:15) at Module._compile (internal/modules/cjs/loader.js:776:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:787:10) at Module.load (i...
来源: Laya_社区 发布时间: 20200113
...t i = 0; tmpMask.scaleX = i / 3; Laya.stage.on(Laya.Event.CLICK, this, ()=>{ i = (i + 1) % 4; tmpMask.scaleX = i / 3; }); 附件 : --> 2020-04-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 美星 赞同来...
来源: Laya_社区 发布时间: 20200421