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

大约有 6,214 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0120 秒)

6181. laya.d3.component.hlod.HLODRender_API3.0 [ 24%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Overrides Component.onDestroy Defined in laya/d3/component/HLOD/HLODRender.ts:178 Returns void onDisable onDisable(): void Overrides Component.o...

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

6182. laya.d3.component.staticmesh.StaticBatchMeshRender_API3.0 [ 24%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Overrides Component.onDestroy Defined in laya/d3/component/staticmesh/StaticBatchMeshRender.ts:151 Returns void onDisable onDisable(): void Over...

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

6183. laya.d3.component.volume.reflectionprobe.ReflectionProbe_API3.0 [ 24%]

...mponent.ts:275 组件被激活后执行,此时所有节点和组件均已创建完毕,次方法只执行一次 Returns void onDestroy onDestroy(): void Inherited from Component.onDestroy Defined in laya/components/Component.ts:318 手动调用节点销毁时执行 Returns void onDisable onDisabl...

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

6184. base64转换成无法转换成图片,失败了 [ 23%]

...屏,如何加入闪屏图片 Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 使用getChildByName()无法得到子节点对象 点击代码编辑模器 就提示无法打开代码编辑器 请配置 这个怎么解决? 问题状态 最新活动: 2017-09-23 12:12 浏览: 8...

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

6185. 3D刚体 · LayaAir3.4 · 引擎文档 · LAYABOX [ 23%]

...偏移组合成一个整体的碰撞体。其本质是在物理引擎底层创建一个由多个形状组成的“组合体”,作为一个刚体(RigidBody)处理。 在IDE中,我们添加完组合碰撞形状后,只有一个设置,就是形态组合(shapes),通过点击 + 号按钮添...

来源: Laya3.0_文档 发布时间: 20251010

6186. laya.d3.resource.TextureCube_API3.0 [ 23%]

...URL Defined in laya/resource/Resource.ts:196 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...

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

6187. laya.resource.TextureCube_API3.0 [ 23%]

...URL Defined in laya/resource/Resource.ts:198 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...

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

6188. laya.d3.core.particleShuriKen.ShurikenParticleSystem [ 23%]

...mplements IRenderable, laya.d3.core.IClone ShurikenParticleSystem 类用于创建3D粒子数据模板。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By  aliveParticleCount : int[read-only] 粒子存活个数。 ShurikenParticleSystem  auto...

来源: laya_api 发布时间: 20170929

6189. laya.resource.Texture2DArray_API3.0 [ 23%]

...URL Defined in laya/resource/Resource.ts:198 返回资源是否从指定url创建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off De...

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

6190. LayaAirIDE的可视化2D物理编辑入门(TypeScript-IDE篇(TS)-使用2d物理系统) [ 22%]

...明 LayaAir引擎中的2D刚体组件类是 `Laya.RigidBody` ,继承自创建组件的基类 Component。在LayaAirIDE中,我们可以直接为UI组件添加刚体组件。如下图1所示。 ![图1](img/1.png) (图1) ##### 刚体类型 `type` 基于理论力学的理论基础,box2D物理引...

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