• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 245 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0037 秒)

81. laya.utils.ClassUtils [ 68%]

...rite上 ClassUtils  addGraphicToSprite(graphicO:Object, sprite:Sprite, isChild:Boolean = false):void[static] 将graphic绘图指令添加到sprite上 ClassUtils  createByJson(json:*, node:* = null, root:Node = null, customHandler:Handler = null, instanceHandler:Handler = null):*[static] 根据...

来源: laya_api 发布时间: 20170929

82. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 68%]

...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

83. 分包后, 资源加载问题 [ 68%]

...)"); //此行报错 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

84. Laya2.4版本,场景为内嵌时layaMaxUI类中没有声明场景中的Button等控件? [ 68%]

...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

85. laya.d3.core.scene.bvh.BVHSpatialBox_API3.0 [ 68%]

...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

86. VR的demo有没有加载3D场景的啊,实在不知怎么加 [ 68%]

...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

87. laya.d3.core.scene.bvhscenerendermanager.BVHRenderBox_API3.0 [ 66%]

...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

88. 带骨骼动画模型加载问题,加载没有刚体效果、动画Animator销毁报错 [ 66%]

...imator销毁报错 3D模型导出来lh文件的结构为: Sprite3D     child         Sprite3D             components                 Animator                 Rigidbody             child                 SkinnedMeshSprite3D   初始化的时候,直...

来源: Laya_社区 发布时间: 20181026

89. 求ShuriKenParticle3D用法 [ 66%]

...:[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&quot...

来源: Laya_社区 发布时间: 20170605

90. 请问LayaAirUnityPlugin 1.1.0.unitypackage导出的.lsani文件怎么使用? [ 66%]

...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