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

大约有 181 项符合查询结果, 库内数据总量为 30,723 项。 (搜索耗时: 0.0039 秒)

31. laya.d3.core.Camera [ 86%]

...s Packagelaya.d3.coreClasspublic class CameraInheritanceCamera BaseCamera Sprite3D Node EventDispatcher Object Camera 类用于创建摄像机。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Nod...

来源: Laya2.0_api 发布时间: 20190513

32. laya.d3.terrain.Terrain [ 85%]

... Events Packagelaya.d3.terrainClasspublic class TerrainInheritanceTerrain Sprite3D Node EventDispatcher Object Terrain 类用于创建地块。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node...

来源: Laya2.0_api 发布时间: 20190513

33. 批量销毁释放内存(ActionScript-3D基础(AS3)-LayaAir3D的内存管理) [ 85%]

...毁释放内存 ###### *version :2.0.2beta Update:2019-5-8* ​ Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源...

来源: Laya2.0_文档 发布时间: 20210715

34. laya.d3.core.SkinnedMeshRenderer [ 85%]

...Show Inherited Public Properties PropertyDefined By  bones : Vector.<Sprite3D>[read-only] 用于蒙皮的骨骼。 SkinnedMeshRenderer bounds : Bounds[read-only] 获取包围盒,只读,不允许修改其值。 BaseRender castShadow : Boolean 获取是否产生阴影。 BaseRender enable ...

来源: Laya2.0_api 发布时间: 20190513

35. 批量销毁释放内存(TypeScript-3D基础(TS)-LayaAir3D的内存管理) [ 85%]

...毁释放内存 ###### *version :2.0.2beta Update:2019-5-8* ​ Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源...

来源: Laya2.0_文档 发布时间: 20210715

36. laya.d3.core.light.LightSprite [ 85%]

...ckagelaya.d3.core.lightClasspublic class LightSpriteInheritanceLightSprite Sprite3D Node EventDispatcher ObjectSubclasses DirectionLight, PointLight, SpotLight LightSprite 类用于创建灯光的父类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyD...

来源: Laya2.0_api 发布时间: 20190513

37. 批量销毁释放内存(JavaScript-3D基础(JS)-LayaAir3D的内存管理) [ 84%]

...毁释放内存 ###### *version :2.0.2beta Update:2019-5-8* ​ Scene3D、Sprite3D在调用 `destroy()` 之后,精灵所引用的材质,纹理,网格并不会跟随精灵的销毁而一起销毁。这些残留下的资源需要分别使用`Laya.loader.getRes(url:String)`接口获取到资源...

来源: Laya2.0_文档 发布时间: 20210715

38. 资源回收的清理不干净的bug [ 83%]

...{         var myscene = new Laya.Scene3D;         Laya.Sprite3D.load("Models/Ball.lh", Laya.Handler.create(this, function(sp){             for(var i=0; i<3; i++){                 var ball = myscene.addChild(sp.clone());           ...

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

39. laya.d3.core.pixelLine.PixelLineSprite3D [ 83%]

...tationAll Packages | All Classes | Index | Frames No Frames PixelLineSprite3DProperties | Methods | Events Packagelaya.d3.core.pixelLineClasspublic class PixelLineSprite3DInheritancePixelLineSprite3D RenderableSprite3D Sprite3D Node EventDispatcher Object PixelLineSprite3D 类用于像素...

来源: Laya2.0_api 发布时间: 20190513

40. 关于removeChildren、 destroydestroyChildren的疑惑 [ 83%]

... 创建模型以后,调用destroy,以前clone的对象也消失了 MeshSprite3D在加了physicsCollider和Rigidbody3D后,调用destroy会报错 关于图片不打包问题,并设置项目不打包输出目录,疑惑?????????????????????? 关于button的destroy不起作用的问题 怎么清理...

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