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

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

1. 列表里的元素可以播放动画吗 [ 100%]

...  if (own){                  if(HostData.array[index].lock){                     own.visible = false;                  }else{                     own.visible = true;                  }         ...

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

2. 列表嵌套另外一个列表 [ 97%]

...是否已经拥有的text显示状态 if (own){ if(HostData.array[index].lock){ own.visible = false; }else{ own.visible = true; } } var lock :Button = cell.getChildByName("lock") as Button; if(lock){ lock.visible = HostData.array[index].lock;//默认角色购买锁定状态赋值 lock.disa...

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

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

...Laya.Handler.create(this, function(mesh) { //给该网格资源上锁 mesh.lock = true; ........ //中间省略,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function () { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行销毁...

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

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

...er.create(this, function(mesh:Mesh):void { //给该网格资源上锁 mesh.lock = true; ........ //中间省略,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function ():void { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行...

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

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

...eate(this, function(mesh:Laya.Mesh):void { //给该网格资源上锁 mesh.lock = true; ........ //中间省略,我们再网格加载完成3秒后对该网格进行销毁 Laya.timer.once(3000,this,function ():void { //销毁了使用该网格的节点 layaMonkey.destroy(); //对使用资源进行...

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

6. 物理系统之ConfigurableConstraint(JavaScript-3D基础(JS)-LayaAir3D之物理系统) [ 92%]

...0, 0)。 仅考虑x轴线性运动的约束的情况: 如果模式锁定(Locked),那么需要anchor的世界坐标等于connectAnchor的世界坐标,即两个点需要重合。anchor的世界坐标为(0, 0, 0),connectAnchor的世界坐标为(5, 0, 0),两个锚点不重合,那么物理引...

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

7. 物理系统之ConfigurableConstraint(TypeScript-3D基础(TS)-LayaAir3D之物理系统) [ 92%]

...0, 0)。 仅考虑x轴线性运动的约束的情况: 如果模式锁定(Locked),那么需要anchor的世界坐标等于connectAnchor的世界坐标,即两个点需要重合。anchor的世界坐标为(0, 0, 0),connectAnchor的世界坐标为(5, 0, 0),两个锚点不重合,那么物理引...

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

8. 物理系统之ConfigurableConstraint(ActionScript-3D基础(AS3)-LayaAir3D之物理系统) [ 92%]

...0, 0)。 仅考虑x轴线性运动的约束的情况: 如果模式锁定(Locked),那么需要anchor的世界坐标等于connectAnchor的世界坐标,即两个点需要重合。anchor的世界坐标为(0, 0, 0),connectAnchor的世界坐标为(5, 0, 0),两个锚点不重合,那么物理引...

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

9. laya.d3.core.render.ScreenTriangle_API3.0 [ 89%]

...eenTriangle Index Constructors constructor Properties destoryedImmediately lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event ha...

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

10. laya.resource.TextResource_API3.0 [ 89%]

...x Constructors constructor Properties _id data destroyedImmediately format lock name url uuid DEBUG Accessors cpuMemory destroyed gpuMemory id obsolute referenceCount cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event ha...

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