大约有 560 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0075 秒)
Laya3.0_api(212) Laya_社区(172) Laya2.0_api(84) laya_api(74) Laya3.0_文档(9) Laya2.0_文档(6) Laya2.0_示例(3)
...alMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALPHATESTVALUE DEBUG RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQUEUE_TRANSPARENT SHADERDEFINE_ADDTIVEFOG SHADERDEFINE_ALPHATEST SHADERDEFINE_MAINTEXTURE SUN_HIGH_QUALIT...
来源: Laya3.0_api 发布时间: 20231115
...ite3D componentsCount : int[read-only] 获得组件的数量。 Sprite3D destroyed : Boolean[只读]是否已经销毁。对象销毁后不能再使用。Node displayedInStage : Boolean[read-only] 表示是否在显示列表中显示。Node id : int[read-only] 获取唯一标识ID。 Sprite3D i...
来源: laya_api 发布时间: 20170929
... clipHeight clipWidth clipX clipY components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScaleX globalScaleY graphics gray group height hideFlags hitArea index interval is3D isPlaying left mask mouseEnable...
来源: Laya3.0_api 发布时间: 20231115
...ze Accessors aliveParticleCount bufferState colorOverLifetime customBounds destroyed drawType emission emissionTime indexFormat instanceCount isAlive isEmitting isPaused isPlaying maxParticles mode rotationOverLifetime shape sizeOverLifetime startLifeTimeGradient startLifeTimeGradientMax startLifeTi...
来源: Laya3.0_api 发布时间: 20231115
...命期一般都会比较长。如果窗口不再使用,需要手动调用destroy。 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:59 img{cursor:pointer}
来源: Laya3.0_文档 发布时间: 20251010
...E 微信 Laya_Aaron 赞同来自: (getRes(“xxx”) as Laya.Resource).destroy 2019-04-29 0 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 虎威 相关问题 laya针对页游耗用内存大的问题是如何解决的? 加载到舞...
来源: Laya_社区 发布时间: 20181201
...itMaterial Implements IClone Index Constructors constructor Properties _id destroyedImmediately lock name renderQueue url uuid ALBEDOCOLOR ALBEDOTEXTURE ALPHATESTVALUE DEBUG RENDERMODE_ADDTIVE RENDERMODE_CUTOUT RENDERMODE_OPAQUE RENDERMODE_TRANSPARENT RENDERQUEUE_ALPHATEST RENDERQUEUE_OPAQUE RENDERQ...
来源: Laya3.0_api 发布时间: 20231115
...); } private body: Laya.Animation; private onBtn2Click(): void { this.body.destroyChildren(); this.body.clear(); this.body.destroy(); } 调试面板中的sprite个DrwaCall都有变化,但是CurMern么有发出变化,是否正常? 2 构造时创建 constructor() { this.aniBody...
来源: Laya_社区 发布时间: 20170615
...tom cacheAs centerX centerY color components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters fitContent font fontSize globalRotation globalScaleX globalScaleY graphics gray height hideFlags hitArea html ignoreLang is3D italic lead...
来源: Laya3.0_api 发布时间: 20231115
....Sprite3D = Laya.loader.getRes("res/role3d/mesh/563001/563001.lh"); role3D.destroy(true); 是否会自动把该lh所引用的动画,模型,贴图等资源全部释放掉?如果是为什么CurMem没有掉下来。如果不是该如何释放该资源所关联的所有资源。 2018-04-09 添加...
来源: Laya_社区 发布时间: 20180409