大约有 239 项符合查询结果, 库内数据总量为 30,902 项。 (搜索耗时: 0.0038 秒)
Laya_社区(175) Laya2.0_api(35) Laya3.0_api(8) Laya3.0_文档(6) laya_api(5) Laya_示例(5) Laya2.0_文档(4) Laya2.0_示例(1)
...iView:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} createChildren():void { super...
来源: Laya_社区 发布时间: 20200228
...)"); //此行报错 var load:* = __JS__('new loading100()'); Laya.stage.addChild(load); trace("loading100..."); } 这个loading100.js: (function(window,document,Laya){ console.log("kk1") var __un=Laya.un,__uns=Laya.uns,__static=Laya.static,__class=Laya.class,__getset=Laya.getset,__newvec=Laya.__n...
来源: Laya_社区 发布时间: 20170725
...View:any ={"type":"Scene","props":{"width":720,"height":1280},"compId":2,"child":[{"type":"Button","props":{"y":616,"x":296,"skin":"comp/button.png","name":"butStart","label":"label"},"compId":3}],"loadList":["comp/button.png"],"loadList3D":[]}; constructor(){ super()} ...
来源: Laya_社区 发布时间: 20200228
...tItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciIntersectsBox Constructors constructor new BVHSpatialBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BV...
来源: Laya3.0_api 发布时间: 20231115
...aya.Stage.SCREEN_HORIZONTAL; Laya.Stat.show(); //var scene = Laya.stage.addChild(new Laya.Scene.load("cj02/LastHopeScene.ls")); var scene = Laya.stage.addChild(new Laya.Scene()); var camera = scene.addChild(new Laya.VRCamera( 0.03,0, 0, 0.1, 100)); camera.transform.translate(new Laya.Vector3(0.3, 0....
来源: Laya_社区 发布时间: 20170707
...tItemByCameraCullInfo getItemByFrustum getItemBySCI getList getNearlist getchild0 getchild1 isContentBox isRoot recaculateBox removeCell splitBox traverseBoundsCell sciContainsBox sciIntersectsBox Constructors constructor new BVHRenderBox(bvhmanager: BVHSpatialManager, config: BVHSpatialConfig): BVH...
来源: Laya3.0_api 发布时间: 20231115
...imator销毁报错 3D模型导出来lh文件的结构为: Sprite3D child Sprite3D components Animator Rigidbody child SkinnedMeshSprite3D 初始化的时候,直...
来源: Laya_社区 发布时间: 20181026
...:[0,0,0],"rotation":[0,0,0,-1],"scale":[1,1,1]}, "child":[ { "type":"Sprite3D", "props":{"isStatic":false,"name":"Effect_yu_jinbi_01"}, "customProps":{"translate":[0,0,0],"rotation"...
来源: Laya_社区 发布时间: 20170605
...sh = Sprite3D.load('resources/shuipao.lh'); this.addChild(mesh); mesh.on(Event.HIERARCHY_LOADED, this, this.OnHierarchyLoaded); let ani_names = this.ani_names; let anies = this.anies; ...
来源: Laya_社区 发布时间: 20170608
...rivate function showFoods():void{ foodSprite = new Sprite(); Laya.stage.addChild(foodSprite); this.index = 0; foodsList = new Array(); foodsList.push(new Food("菜品1", "1", 0)); foodsList.push(new Food("菜品2", "2", 1)); foodsList.push(new Food("菜品3", "3", 2)); foodsList.push(new Food("菜...
来源: Laya_社区 发布时间: 20180405