大约有 431 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0056 秒)
Laya_社区(274) Laya3.0_api(43) Laya_示例(35) Laya2.0_文档(31) Laya3.0_文档(17) laya_api(15) Laya2.0_api(15) Laya2.0_示例(1)
从unity导出Sprite3D多个的话 unity新场景,拖入了5个模型, 直接选择导出的Sprite3D, 我加载的时候,要怎么去加载呢? 目前是单个加载的路径下的lm文件,但是这样的话,模型是出来了,但是并没有像在unity那样的层级节点 我打印加载出来的...
来源: Laya_社区 发布时间: 20180630
...ne.lh", Laya.Handler.create(this, function(){ var layaMonkey =Laya.Sprite3D.load("fish/denglongyu/layaScene.lh"); scene.addChild(layaMonkey) layaMonkey.transform.localScale = new Laya.Vector3(0.04,0.04,0.04); layaMonkey.transform.position = new Laya.Vector3(0, 0.5,0); // layaMonkey.transform...
来源: Laya_社区 发布时间: 20171212
...a.d3.core.lightClasspublic class SpotLightInheritanceSpotLight LightSprite Sprite3D ComponentNode Node EventDispatcher Object SpotLight 类用于创建聚光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...
来源: laya_api 发布时间: 20170929
关于3D的问题 var player:Sprite3D = Sprite3D.load('res/d3/LayaScene_playerScene/playerScene.lh').getChildByName('Player' + playerI) as Sprite3D; scene3D.addChild(player); 之后player.destroy();这句之后再重新运行上面的代码,发现报错了player不能被添加到scene3D了...
来源: Laya_社区 发布时间: 20170802
...elaya.d3.core.glitterClasspublic class GlitterInheritanceGlitter RenderableSprite3D Sprite3D ComponentNode Node EventDispatcher Object Glitter 类用于创建闪光。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自...
来源: laya_api 发布时间: 20170929
...法获取物体 添加物体: var qb_pet = scene.addChild(Laya.Sprite3D.load("./test.lh")); qb_pet.once(Laya.Event.HIERARCHY_LOADED, this, function(){ qb_pet.addComponent(Laya.SphereCollider); }); 设置射线: Laya.timer.frameLoop(1, null, checkHit); ...
来源: Laya_社区 发布时间: 20170915
...ckagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Propert...
来源: laya_api 发布时间: 20170929
...毁释放内存 ###### *version :2.0.2beta Update:2019-5-8* Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源...
来源: Laya2.0_文档 发布时间: 20210715
...选Scene var scene = Laya.stage.addChild(Laya.Scene.load("xxx")); 如果选Sprite3D var sprite3d = scene.addChild(Laya.Sprite3D.load("xxx")); 2017-05-16 0 0 分享 微博 QZONE 微信 wangweihui 赞同来自: 请问 我用unity导出到laya里之后 场景lightmap是乱的。这是什么原因呢 ...
来源: Laya_社区 发布时间: 20170515
...ationAll Packages | All Classes | Index | Frames No Frames RenderableSprite3DProperties | Methods | Events | Constants Packagelaya.d3.coreClasspublic class RenderableSprite3DInheritanceRenderableSprite3D Sprite3D ComponentNode Node EventDispatcher ObjectSubclasses Glitter, MeshSprite3D, Sh...
来源: laya_api 发布时间: 20170929