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

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

201. 2D物理系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 30%]

...与IDE的设置类似。示例代码如下: //用代码指定xxx碰撞体所属哪个碰撞类别(组) xxx.category = 1 << 3 ;// 值为2 的 3 次幂(8),可以简单理解分组ID为3,这样就更容易与IDE中的概念统一 2.11.3 碰撞掩码 mask 碰撞掩码是用来指定...

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

202. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 29%]

...ited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited ...

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

203. laya.d3.core.Camera [ 29%]

...自定义渲染场景的渲染目标。 Camera scene : *[read-only] 获得所属场景。 Node skyRenderer : SkyRenderer[read-only] 获取天空渲染器。 BaseCamera transform : Transform3D[read-only] 获取精灵变换。 Sprite3D url : String[read-only] 获取资源的URL地址。 Sprite3D ...

来源: Laya2.0_api 发布时间: 20190513

204. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 29%]

...ited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited ...

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

205. laya.d3.core.trail.TrailRenderer_API3.0 [ 28%]

...ited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited ...

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

206. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 28%]

...ited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited ...

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

207. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 28%]

...ited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya/components/Component.ts:34 是否可以在IDE环境中运行 Optional scriptPath scriptPath: string Inherited ...

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

208. laya.d3.core.material.StandardMaterial [ 27%]

... int[write-only] 设置渲染模式。 StandardMaterial renderQueue : int 所属渲染队列.BaseMaterial  SHADERDEFINE_AMBIENTMAP : int[static] StandardMaterial  SHADERDEFINE_DIFFUSEMAP : int[static] StandardMaterial  SHADERDEFINE_EMISSIVEMAP : int[static] StandardMaterial  SHADERDEFINE_NO...

来源: laya_api 发布时间: 20170929

209. laya.display.Node_API3.0 [ 27%]

...urns Node scene get scene(): any Defined in laya/display/Node.ts:647 获得所属场景。 Returns any 场景。 timer get timer(): Timer Defined in laya/display/Node.ts:1009 获取timer Returns Timer url get url(): string set url(path: string): void Defined in laya/display/Node.ts:67 如果节点...

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

210. 3D物理系统 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

...所有的碰撞组都可碰撞。 使用示例为: //指定xxx碰撞器所属哪个碰撞组(-1组与LayaAir任何内置组都可碰撞) xxx.collisionGroup = Laya.Physics3DUtils.COLLISIONFILTERGROUP_ALLFILTER; 自定义碰撞分组 LayaAir内置的碰撞组,不包括刚刚讲的-1(COLLISIO...

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