大约有 3,617 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0101 秒)
Laya_社区(2682) Laya3.0_api(265) Laya2.0_文档(227) Laya2.0_api(113) Laya3.0_文档(104) laya_api(98) Laya_示例(83) Laya2.0_示例(45)
...覆盖即可 */ onUpdate(): void { // 如果角色可移动 (ismoveing为true时) if (this.ismoveing) { // 调用角色控制器的 move 方法,使角色按照 moveVector 向量移动 this.characterController.move(this.moveVector); } } /** * 停止角色移动 */ public moveStop(): void { // 标...
来源: Laya3.0_文档 发布时间: 20251010
...ild-templates/wxgame里放置game.json,并且内容为 {"showStatusBar": true },那么最终的game.json文件里这个key值就会被加入,并且引擎模版里的game.json其他key值会保留。 在游戏好友排行榜的开发中,发布后的release目录一般不会加入版本管理...
来源: Laya3.0_文档 发布时间: 20251010
...018-01-09 20:50:15.581 ZhuaWawa[2531:1863829] isplug:true 2018-01-09 20:50:15.581 ZhuaWawa[2531:1863829] ====================================================== 2018-01-09 20:50:15.581 ZhuaWawa[2531:1863829] require(/sdcard/layabox/scripts/promise.js) 2018-01-09 20:50:15.582...
来源: Laya_社区 发布时间: 20180109
... laya/components/Component.ts:36 Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 cullingMode cullingMode: number = Animator.CULLINGMODE_CULLCOMPLETELY D...
来源: Laya3.0_api 发布时间: 20231115
...fter 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.product_ship = true 03-19 15:01:05.931 3111-15606/? E/android.os.Debug: ro.debug_level = 0x4f4c 03-19 15:01:06.046 8129-15611/? E/SQLiteLog: (284) automatic index on crash_info_summary(package_name_touched) 03-19 15:01:06.176 3111-3111/? E/...
来源: Laya_社区 发布时间: 20180319
...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
...onAwake(): void { let sprite = this.owner as Laya.Sprite; //sprite.cache = true; this._temp = new Laya.Sprite(); this.owner.scene.addChild(this._temp); this.findCompents(this._allAgent, sprite.scene, Nav2DAgent); } onMouseClick(evt: Laya.Event): void { let pos = new Laya.Vector2(evt.stageX, evt.stag...
来源: Laya3.0_文档 发布时间: 20251010
...ze属性,我们为所有文本的父级节点drawCallOptimize属性设置true值。当这样设置之后,引擎会自动启用文本合并优化,将所有的文本提取到最上层,而开发者无需再刻意调整图集资源和文本的排序,即可实现drawCall自动优化的目标,...
来源: Laya3.0_文档 发布时间: 20251010
...nder/BaseRender.ts:215 interface Optional _singleton _singleton: boolean = true Inherited from Component._singleton Defined in laya/components/Component.ts:30 是否单例,即同一个节点只能添加此类型的脚本一次 owner owner: Node Inherited from Component.owner Defined in laya/compon...
来源: Laya3.0_api 发布时间: 20231115
...> { console.log("Spine3D资源加载完成"); this.spine3D.play("idle", true); }); } } 3.2 加载Spine的Json,必须指定类型 开发者如果加载二进制的Spine资源可以省略类型,因为Spine的二进制后缀比较特别,可以被直接引擎内部指定类型。但是JSON类...
来源: Laya3.0_文档 发布时间: 20260203