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

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

181. laya.display.Scene [ 87%]

...除后,并不会被自动垃圾机制回收,如果想回收,请调用destroy接口,可以通过unDestroyedScenes属性查看还未被销毁的场景列表 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是...

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

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

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

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

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

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

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

184. laya.media.VideoTexture_API3.0 [ 87%]

...exture Index Constructors constructor Properties _id _isLoaded _needUpdate destroyedImmediately element lock name url uuid DEBUG Accessors anisoLevel baseMipmapLevel buffered compareMode cpuMemory currentSrc currentTime defaultTexture destroyed dimension duration ended error filterMode format frameR...

来源: Laya3.0_api 发布时间: 20231115

185. laya.ani.bone.Templet_API3.0 [ 87%]

...d aniSectionDic bindBoneBoneSlotDic boneSlotArray boneSlotDic deformAniArr destroyedImmediately drawOrderAniArr eventAniArr ikArr isParseFail lock mBoneArr mRootBone name pathArr rate skinDataArray skinDic skinSlotDisplayDataArr srcBoneMatrixArr subTextureDic tfArr url uuid yReverseMatrix DEBUG inte...

来源: Laya3.0_api 发布时间: 20231115

186. laya.d3.core.light.DirectionLight [ 87%]

...景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite displayedInStage : Boolean[read-only] 表示是否在显示列...

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

187. laya.utils.SingletonList_API3.0 [ 87%]

...st FastSinglelist PhysicsUpdateList Index Constructors constructor Methods destroy indexof Constructors constructor new SingletonList(): SingletonList Defined in laya/utils/SingletonList.ts:9 创建一个新的 SingletonList 实例。 Returns SingletonList Methods destroy destroy(): void Defined in ...

来源: Laya3.0_api 发布时间: 20231115

188. laya.d3.core.light.PointLight [ 87%]

...景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite displayedInStage : Boolean[read-only] 表示是否在显示列...

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

189. laya.d3.core.light.SpotLight [ 87%]

...景中是否激活。 Node color : Vector3 灯光颜色。 LightSprite destroyed : Boolean = false[只读]是否已经销毁。对象销毁后不能再使用。Node diffuseColor : Vector3 获取灯光的漫反射颜色。 LightSprite displayedInStage : Boolean[read-only] 表示是否在显示列...

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

190. Uncaught TypeError: Cannot read property '_tf' of null [ 87%]

...enGuide1(_guideImage );     Tween.clearAll(_guideImage);   _guideImage.destroy(true);   _guideImage.dispose();   _guideImage = null; }   public function tweenGuide1(image:Image):void {    image.x = 0;    image.y = 0;    image.scale(1,1);     Tween.to(image,{scaleX:0.5,scaleY:0.5},600...

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