大约有 396 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0070 秒)
Laya_社区(188) Laya3.0_api(64) Laya2.0_api(60) laya_api(56) Laya2.0_文档(17) Laya3.0_文档(10) Laya_示例(1)
...ited = false; this.destroy(true); }; //通过传入粒子特效的路径,清除缓冲池 static ClearPool(root_path: string): void { if (root_path == null) { root_path = ""; } Pool.getInstance().ClearGroup("Particle3D@" + root_path, this, function(particle_3d:Particle3D) { particle_3d.Clean(); });...
来源: Laya3.0_文档 发布时间: 20251010
...ited = false; this.destroy(true); }; //通过传入粒子特效的路径,清除缓冲池 static ClearPool(root_path: string): void { if (root_path == null) { root_path = ""; } Pool.getInstance().ClearGroup("Particle3D@" + root_path, this, function(particle_3d:Particle3D) { particle_3d.Clean(); });...
来源: Laya3.0_文档 发布时间: 20250104
...rFlags = CameraClearFlags.SolidColor Defined in laya/d3/core/Camera.ts:368 清除标记。 enableRender enableRender: boolean = true Defined in laya/d3/core/Camera.ts:366 是否允许渲染。 name name: string = "" Inherited from Node.name Defined in laya/display/Node.ts:59 节点名称。 Optional...
来源: Laya3.0_api 发布时间: 20231115
...-------------------------------------------------------- | | Clear Flags(清除标志) | 支持 (包括:Skybox天空盒(Background背景色)、Solid Color纯色(Background背景色)、Depth only仅深度、Don’t Clear不清除) | | Projection(投射方式) | 支持(包括...
来源: Laya2.0_文档 发布时间: 20210714
...olor Inherited from Camera.clearFlag Defined in laya/d3/core/Camera.ts:368 清除标记。 enableRender enableRender: boolean = true Inherited from Camera.enableRender Defined in laya/d3/core/Camera.ts:366 是否允许渲染。 name name: string = "" Inherited from Node.name Defined in laya/display/...
来源: Laya3.0_api 发布时间: 20231115
... this.protocols.remove(protocol); } /** 清除所有*/ public clearAll(): void { this.protocols.clear(); } /** 销毁*/ public destroy(): void { this.socket = null; ...
来源: Laya_社区 发布时间: 20161109