大约有 2,428 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0064 秒)
...入三个view对象 } this.lister.array = vdata; this.lister.vScrollBarSkin = ""; this.lister.scrollBar.hide = true; 整体UI结构: VIEW -----list --------view -------------label 2017-06-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...
来源: Laya_社区 发布时间: 20170626
"加载模型时出现LoaderManager:unknown file(E:/layaprj/layascene/bin/null path) extension with: null." unity 5.6 ide:1.7.10 tool:1.6.0 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 7 个回复 Monica - 知...
来源: Laya_社区 发布时间: 20171016
...考图。 Offset:参考图的位置。 Alpha:参考图的透明度。 In Front:是否位于上层。勾选后,参考图将位于最上层。 8、缩放设置 对当前场景进行缩放,开发者可自行选择。 如图8-1所示。 (图8-1) 缩放设置的快捷键。 按键 功能 ct...
来源: Laya3.0_文档 发布时间: 20251010
...关的链接 提交 5 个回复 猫与故巷 赞同来自: Laya.Sprite3D.instantiate与Clone是一个效果 2019-07-26 0 0 分享 微博 QZONE 微信 YawnSan 赞同来自: 我们这也有这个问题 克隆之后的 Sprite 超出摄像范围 再次进入摄像头 摄像头也不去渲染它了...
来源: Laya_社区 发布时间: 20190726
...ort laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain { private var txt:Text = null; public function TestMain() { Laya.init(800, 800); txt = new Text(); txt.mouseEnabled = false; txt.overflow = Text.SCROLL; txt.size(Laya.stage.width, Laya.stage.height); txt.pos(10, 10); txt.f...
来源: Laya_社区 发布时间: 20180227
... ankye大华 赞同来自: 试试将 VSCode 配置中的debug.allowBreakpointsEverywhere设置为true 2019-11-15 0 1 分享 微博 QZONE 微信 奶我嘛 赞同来自: 在vs中生成luanch.json,下载插件bugger for chrome,直接在vs这边f5就可以运行并调试断点了,如果还是不...
来源: Laya_社区 发布时间: 20191113
...Y) / 2; // 使用但隐藏滚动条,滚动条水平滚动 list.vScrollBarSkin = ""; // list.vScrollBarSkin 滚动条垂直滚动 //item对象是否可选以及选中后可做的操作 list.selectEnable = true; list.selectHandler = new Handler(this, this.onSelect); // 滚动条的橡皮筋操作:...
来源: Laya_社区 发布时间: 20180410
...aair2-cmd -v 1.4.6 ➜ GameTowertest layaair2-cmd compile [14:22:34] Working directory changed to /usr/local/lib/node_modules/layaair2-cmd [14:22:35] Using gulpfile ~/Documents/GameTowertest/.laya/compile.js [14:22:35] Starting 'compile'... rpt2: config error TS18003: No inputs were found in confi...
来源: Laya_社区 发布时间: 20191115
...nieyiwei 赞同来自: private var _guideImage:Image; public function main():void { _guideImage = new Image(); _guideImage.source = Loader.getRes("source/png/ui/1/guideImg.png"); tweenGuide1(_guideImage ); Tween.clearAll(_guideImage); _guideImage.destroy(true); _guideImag...
来源: Laya_社区 发布时间: 20161216
微信小游戏引用spine-core-3.8.js报错 [ appservice 生成错误] libs/spine-core-3.8.js: libs/spine-core-3.8.js file is not in UTF-8 encoding(env: Windows,mg,1.05.2204264; lib: 2.17.0) VM84 WAGame.js:2 Error: module "libs/spine-core-3.8.js" is not defined at require (VM97 WAGameSub...
来源: Laya_社区 发布时间: 20220531