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

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

1501. laya.d3.physicscannon.CannonPhysicsCollider_API3.0 [ 33%]

...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...

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

1502. laya.physics.joint.MotorJoint_API3.0 [ 33%]

...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...

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

1503. laya.physics.joint.DistanceJoint_API3.0 [ 33%]

...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...

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

1504. 本地双击html如何打开laya项目? [ 33%]

...题的原因,针对这个原因,目前有以下两种解决方案, 第一种解决方案:      对于每一个景区,新建一个android application,然后将动景手动复制到工程的asset中,然后用webView从asset中加载动景,这样就避免了webkit内核禁止加载...

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

1505. laya.physics.joint.RevoluteJoint_API3.0 [ 33%]

...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...

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

1506. 资源管理器(TypeScript-IDE篇(TS)-设计模式基础) [ 33%]

...了。 #### 删除 当删除目录或资源的时候,有两种方式。第一种是IDE里选中要删除的资源或目录,右键菜单里点击删除选项或者直接按Delete键删除。第二种是打开所在目录,在系统目录内,直接删除。两者的区别是IDE里删除会自...

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

1507. 资源管理器(JavaScript-IDE篇(JS)-设计模式基础) [ 33%]

...了。 #### 删除 当删除目录或资源的时候,有两种方式。第一种是IDE里选中要删除的资源或目录,右键菜单里点击删除选项或者直接按Delete键删除。第二种是打开所在目录,在系统目录内,直接删除。两者的区别是IDE里删除会自...

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

1508. 3D变换 · LayaAir3.3 · 引擎文档 · LAYABOX [ 33%]

...ition = this._position; } } 平移变换方法translate()有两个参数,第一个translation表示移动的距离,它是一个Vector3类型的变量,既包含移动距离,也包含了移动方向。第二个isLocal判断是否是局部空间,默认为true是局部空间,若传入false...

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

1509. laya.physics.CircleCollider_API3.0 [ 32%]

...herited from Component.onStart Defined in laya/components/Component.ts:287 第一次执行update之前执行,只会执行一次 Returns void Optional onUpdate onUpdate(): void Inherited from Component.onUpdate Defined in laya/components/Component.ts:292 每帧更新时执行,尽量不要在这...

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

1510. 场景管理 · LayaAir3.3 · 引擎文档 · LAYABOX [ 32%]

....Prefab; private loadingScene: Laya.Node; constructor() { super(); } /** * 第一次执行update之前执行,只会执行一次 */ onStart(): void { //创建Loading场景 this.loadingScene = this.loadingScenePrefab.create(); //设置Loading场景 Laya.Scene.setLoadingPage(this.loadingScene as Laya...

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