大约有 520 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0095 秒)
Laya_社区(399) Laya2.0_文档(39) Laya3.0_api(32) Laya_示例(19) Laya3.0_文档(15) Laya2.0_示例(9) laya_api(5) Laya2.0_api(2)
...g", "resource/ui/vscroll$down.png", "resource/ui/vscroll$up.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { var arr:Array = [];//创建一个数组,用于存贮列表的数据信息。 for (var i:int = 0; i < 20; i++) { arr.push({label: "item" + i}); } v...
来源: Laya3.0_api 发布时间: 20231115
...h lengthSquared normalize rotateX rotateY rotateZ scaling set setValue add createFromAxisAngle createFromMatrix4x4 createFromYawPitchRoll dot forwardLookAt invert lerp lookAt multiply rotationLookAt rotationMatrix slerp Constructors constructor new Quaternion(x?: number, y?: number, z?: number, w?: ...
来源: Laya3.0_api 发布时间: 20231102
...urce/ui/clip_tree_folder.png", "resource/ui/clip_tree_arrow.png"], Handler.create(this, onLoadComplete)); } private function onLoadComplete():void { var xmlString:String;//创建一个xml字符串,用于存储树结构数据。 xmlString = "&lt;root&gt;&lt;item label='box1'&gt;&...
来源: Laya3.0_api 发布时间: 20231115
...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.String path) (at /Users/builduser/buildslave/m...
来源: Laya_社区 发布时间: 20170428
...-04-22 18:21:18.173045+0800 layabox[3608:626634] iOS OpenGL ES 2.0 context created 2020-04-22 18:21:18.174268+0800 layabox[3608:626634] AppVersion=2.0 2020-04-22 18:21:18.175304+0800 layabox[3608:626634] [IAP]plateform info: iPhone,iOS,10.3.3 2020-04-22 18:21:18.180547+0800 layabox[3608:626634] Reac...
来源: Laya_社区 发布时间: 20200422
... var clip; Laya.loader.load("resource/ui/clip_num.png",laya.utils.Handler.create(this,loadComplete));//加载资源 function loadComplete() { console.log("资源加载完成!"); clip = new laya.ui.Clip("resource/ui/clip_num.png",10,1);//创建一个 Clip 类的实例对象 clip ,传入它的皮肤...
来源: Laya3.0_api 发布时间: 20231115
...019-06-18 13:34:08.498040+0800 test1[6479:65523] iOS OpenGL ES 3.0 context created 2019-06-18 13:34:08.498646+0800 test1[6479:65523] AppVersion=2.0 2019-06-18 13:34:08.500431+0800 test1[6479:65523] Reachability Flag Status: -R ------- networkStatusForFlags 2019-06-18 13:34:08.500574+0800 test1[6479:...
来源: Laya_社区 发布时间: 20190618
... pack_files, output_path is /data/log/unzip. move_input_files, create dir [/data/log/unzip/PLK-AL10_PLK-AL10C00B389_0000000000_20180814105751_tombstone] 08-14 10:57:51.117 3198-3485/? I/logserver: handle_archive_exception, into set notify_type get_notify_mode, 1 Process 3485 ...
来源: Laya_社区 发布时间: 20180814
...ya.MeshRenderer); // 创建网格 coneMesh.sharedMesh = Laya.PrimitiveMesh.createCone(0.25, 0.75); // 创建材质 let coneMaterial: Laya.BlinnPhongMaterial = new Laya.BlinnPhongMaterial(); coneRender.sharedMaterial = coneMaterial; //把圆锥形3D节点对象添加到3D场景节点下 this.scene.ad...
来源: Laya3.0_文档 发布时间: 20251010
...-11 11:17:08.930 8591-8591/? E/LayaConch5﹕ plugin-----------------onCreate() 04-11 11:17:08.936 8591-8591/? E/﹕ m_pPlatform = layaair.game.Market.MarketTest@f656e70 04-11 11:17:08.949 8591-8591/? I/LayaBox﹕ setLocalizable:0 04-11 11:17:08.950 8591-8591/? I/LayaBox﹕ setI...
来源: Laya_社区 发布时间: 20170411