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

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

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

...ype++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销...

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

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

...d { _castType++; _castType %= 2; switch (_castType) { case 0: (e.target as Button).label = "释放显存"; loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (_scene)//_scene不为空表示场景已加载完成 garbageCollection(); break; } /** * @private 销毁场景并且...

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

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

...ype++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销...

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

4. 节点组件的详细介绍(TypeScript-IDE篇(TS)-设计模式基础) [ 68%]

...是可以的。但并不是我们推荐的方案。 基础UI组件包括:Button、CheckBox、Clip、ColorPicker、ComboBox、FontClip、HScrollBar、HSlider、Image、Label、TextArea、TextInput、Radio、ProgressBar、Slider、VSlider、ScrollBar、VScrollBar、WXOpenDataViewer。 ##### 容器UI...

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