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

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

451. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 42%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

452. laya.d3.physics.constraints.ConfigurableConstraint_API3.0 [ 42%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 disableCollisionsBetweenLinkedBodies disableCollisionsBetweenLinkedBodies: boolean = true Inherited from ConstraintComponent.disableCollisionsBetweenLinkedBodies Defined in laya/d3/physics/constraints/ConstraintC...

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

453. laya.d3.core.trail.TrailRenderer_API3.0 [ 42%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

454. laya.d3.core.pixelline.PixelLineRenderer_API3.0 [ 42%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

455. 2D物理编辑 · LayaAir3.0文档 · LAYABOX [ 42%]

...-5所示: (动图12-5) 3.2.6 标签 label 碰撞体的标签,用于脚本物理碰撞事件中的碰撞体识别,当自定义了标签名后,如图12-6所示。 (图12-6) 应对的示例代码: onTriggerEnter(other: any): void { //other是碰撞到的碰撞体对象,根据碰撞到...

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

456. laya.d3.component.volume.batchvolume.StatiVertexMergeBatchRender_API3.0 [ 42%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

457. [临时解决]bug?加载sk问题 [ 40%]

...ide环境下,将dragon.sk拖入ui场景,正常播放了 与ui配套的脚本启动后要调用dragon.sk上一个动画, !!!运行时,报错,说_template为null。 如果不调用动画,只是监听事件,没有错误 于是考虑,应该是加载sk完成前,就调用动画导...

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

458. 【简单跑酷--JS版】---Lv.4 添加玩家 [ 40%]

... laya开发的3d跑酷 游戏DEMO分享:【简单跑酷--JS版】---Lv.1 脚本组件添加对象问题 通过AnimatorState为Animator添加多个播放状态islooping属性会被覆盖 问题状态 最新活动: 2017-04-13 17:23 浏览: 3744 关注: 11 人

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

459. laya.d3.core.ui3d.UI3D_API3.0 [ 40%]

...s/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/components/Component.ts:24 获取所属Node节点。 Optional runInEditor runInEditor: boolean Inherited from Component.runInEditor Defined in laya...

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

460. 使用3D摄像机 · LayaAir3.0文档 · LAYABOX [ 39%]

... 可以通过代码来处理,在Main Camera节点下添加CameraControll 脚本,随着主角的移动,摄像机的位置也同步移动,代码如下: const { regClass, property } = Laya; @regClass() export default class CameraControll extends Laya.Script { @property( { type: Laya.Sprite3D ...

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