大约有 2,932 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0068 秒)
Laya_社区(2391) Laya2.0_文档(172) Laya3.0_api(101) Laya_示例(79) Laya2.0_api(55) Laya3.0_文档(52) laya_api(42) Laya2.0_示例(40)
...] requestLogin.............238387 [2018/08/21 11:20:31:5607] NOTICE: Loaded client cert /var/mobile/Containers/Data/Application/F09CD563-F37F-4B17-A1DB-742CF5D947D1/Library/Caches/ssl.crt [2018/08/21 11:20:31:5607] NOTICE: lws_context_init_client_ssl: doing private key filepath [2018...
来源: Laya_社区 发布时间: 20180821
... Stage.SCALE_FULL; Laya.stage.screenMode = Stage.SCREEN_NONE; Stat.show(); loadUI(); var scene:Scene = Laya.stage.addChild(new Scene()) as Scene; var camera1:Camera = new Camera(0, 0.1, 100); scene.addChild(camera1); camera1.transform.translate(new Vector3(0, 0.8, 1.5)); camera1.transform.rotate(new...
来源: Laya_社区 发布时间: 20170209
... Laya致命问题 -预加载,进度问题 使用情况描述: 使用Laya.loader.load加载2d和声音资源使用 Laya.loader.create加载3D场景和模型资源 问题描述: 预加载效果不明显(每次进入时,加载进度都非常慢,需要花半分钟加载,20mb的资源)加载模型...
来源: Laya_社区 发布时间: 20180507
...复 Laya_Aaron 赞同来自: Alex Huang package { import laya.net.Loader; import laya.net.ResourceVersion; import laya.utils.Handler; import laya.webgl.WebGL; import laya.utils.Mouse; import laya.ui.Button; import laya.display.Sprite; i...
来源: Laya_社区 发布时间: 20180725
...3D: The .lh file root type must be Sprite3D,please use other function to load this file.;at api readFile success callback function Error: Sprite3D: The .lh file root type must be Sprite3D,please use other function to load this file. at Sprite3D.__proto.onAsynLoaded (http://127.0.0.1:65...
来源: Laya_社区 发布时间: 20180228
...)后可以正常跑,发布到微信小游戏出错 private function beginLoad():void { //加载引擎需要的资源 //Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoaded)); Laya.loader.load ...
来源: Laya_社区 发布时间: 20180513
...源也做了进度条,会冲突,建议你把自己首次加载界面的loading去掉,在APK的loading中改成自己游戏的icon,而且针对logo换成开发者自己的,我们是有白名单机制的 4、建议你好好参考下文档,很详细:https://ldc.layabox.com/doc/?nav=zh-as-...
来源: Laya_社区 发布时间: 20170801
...ont1Req = new Promise((resolve => { Laya.loader.load("res/fonts/OPPOSANS-R.TTF", Laya.Handler.create(this, (success: boolean) => { if (!success) { console.error("OPPOSANS-R ttf 字...
来源: Laya_社区 发布时间: 20201104
...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(assets, Laya.Handler.create(this, this.ShowContent)); } ShowContent() { const FontClip = Laya.FontClip; var clipnum= new FontClip(assets[0]); var fontClip = new FontClip(assets[1]); var TestFontClip = new FontClip...
来源: Laya2.0_示例 发布时间: 20241119
...用这种形式。。。。skinnedMesh.meshFilter.sharedMesh = Laya.Mesh.load( zhoujianhua0591 • 2018-02-09 17:28 var skinnedMesh:Laya.SkinnedMeshSprite3D = this.role3d.getChildAt(0).getChildAt(0) as Laya.SkinnedMeshSprite3D; skinnedMesh.meshFilter.sharedMesh = Laya.Mesh.load("bin\character\b...
来源: Laya_社区 发布时间: 20180209