大约有 453 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0054 秒)
...交 1 个回复 JasonLu 赞同来自: 可以使用啊,放到工程/laya/assets目录下,用Laya.loader.Load()加载出来就可以了,IDE里面直接填字体的名称就可以了。 亲测可用 2018-07-02 0 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前...
来源: Laya_社区 发布时间: 20180702
...port.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:427) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:331) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, ...
来源: Laya_社区 发布时间: 20171208
...ge.ALIGN_CENTER; Laya.stage.alignV = Stage.ALIGN_MIDDLE; Laya.loader.load("assets/bg.jpg", Handler.create(this, loadCompleteHandler)); } private function loadCompleteHandler():void { var bg:Image = new Image("assets/bg.jpg"); Laya.stage.addChild(bg); }这张图在三星平板上可以完整显示出...
来源: Laya_社区 发布时间: 20171124
...21 在ide里面资源comp文件夹,点击右键打开所在目录是laya/assets/comp cuixueying • 2017-05-25 10:23 那个不是你项目的资源目录,是IDE的,你的资源目录在bin下 jison_ailin • 2017-05-25 14:02 @cuixueying:那怎么使用外部资源,然后添加到ide呢 cuixu...
来源: Laya_社区 发布时间: 20170524
...port.DataManager.getData () LayaAir3D.exportResource (Boolean isDebug) (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:435) LayaAir3D.OnGUI () (at Assets/LayaAir3D/LayaTool/LayaAir3D.cs:337) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, ...
来源: Laya_社区 发布时间: 20180920
....5.3导出报IOException: Win32 IO returned 267. Path: E:/model/LayaScene_/Assets/Main-dat:yunlong System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.IO/Directory.cs:131) System.IO.Directory.CreateDirectory (System.St...
来源: Laya_社区 发布时间: 20170428
... (Boolean selected, Boolean scene) LayaPlugin.windowShowExportScene () (at Assets/LayaPlugin/LayaItem.cs:116) LayaPlugin.OnGUI () (at Assets/LayaPlugin/LayaItem.cs:40) System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] pa...
来源: Laya_社区 发布时间: 20170331
...小图资源并应用到项目中,而小图路径为 打包前“laya/assets”目录下文件路径。打包APK时编译的是H5目录,那我是否需要把 “laya/assets”目录用的小图 拷贝至bin/h5目录下? 问题2:bin/h5目录下 我修改了目录结构,如下...
来源: Laya_社区 发布时间: 20170801
...:(如下) 建一个layaAir IDE项目,在项目文件夹内的laya/assets/comp下找到Button的皮肤 默认Button的皮肤为3态,即弹起、经过、按下 当然,也可以做成一态、二态的皮肤 根据皮肤的状态设置下StateNum属性,否则按钮切割状态不对...
来源: Laya_社区 发布时间: 20160616
...报空的方法是formatString,贴出了formatstring的完整代码,addAssets方法是另一个类的代码片段,感觉是编译器的问题。。麻烦解答一下 public function addAssets(assets:Array,loadedFun:Function = null):void { var path = formatString("assets/otherAssets/" + file, S...
来源: Laya_社区 发布时间: 20170525