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

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

991. conch.config.getUsedMem() 安卓包中 定时运行报错 [ 30%]

...dMem() 安卓包中 定时运行报错 Laya工程1.7.10beta,setInterval("console.log(conch.config.getUsedMem())", 1) 安卓包中报错 2018-03-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 qian 赞同来自...

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

992. 角色控制器 · LayaAir3.4 · 引擎文档 · LAYABOX [ 29%]

...Controller.getVerticalVel() !== 0) // 控制台输出角色的垂直速度 console.log("垂直速度", this.characterController.getVerticalVel()); } } 5、关联文档 《3D物理系统》 Copyright ©Layabox 2026 all right reserved,powered by LayaAir Engine更新时间: 2025-10-10 16:27:56 img{...

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

993. 【简单跑酷--JS版】---Lv.6 终篇 [ 28%]

...type var _proto = RunGame.prototype; //初始化 _proto.init = function(){ console.log('RunGame Init'); //背景 this.bg = new Background(); this.addChild(this.bg); //地板 this.mapFloor = new MapFloor(); this.addChild(this.mapFloor); //飞行能量条 this.flyEnergy = new Hp(Hp.HP_TYPE_ENERGY); th...

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

994. laya.display.Sprite_API3.0 [ 28%]

...//给 shape 对象添加点击事件侦听。 } function onClickSprite() { console.log("点击 sprite 对象。"); sprite.rotation += 5;//旋转 sprite 对象。 } function onClickShape() { console.log("点击 shape 对象。"); shape.rotation += 5;//旋转 shape 对象。 } example import Sprite = ...

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

995. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 28%]

...(){ function Client() { } Client.prototype.start = function() { // body... console.log("调用方法"); }; return Client; })(); console.log("我被加载进来了"); ``` 下面我们简单的讲解下这两段代码。 ` var script:Object = Browser.document.createElement("script");`创建一个scrip...

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

996. 和原生Dom交互 · LayaAir3.4 · 引擎文档 · LAYABOX [ 27%]

... { function Client() { } Client.prototype.start = function () { // body... console.log("调用方法"); }; return Client; })(); console.log("我被加载进来了"); 下面我们简单的讲解下这两段代码。 var script:any = Laya.Browser.document.createElement("script");创建一个script标...

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

997. 3D中摄像机绕物体旋转该如何实现? [ 26%]

...in); } protected AroundByMobileInput(): void { if (this.TouchCount == 1) { console.log(this.targetAngles); this.targetAngles.y -= this.GetAxisX * this.mouseSettings.pointerSensitivity; this.targetAngles.x += this.GetAxisY * this.mouseSettings.pointerSensitivity; //Range. this.targetAngles.y = this.C...

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

998. 求ShuriKenParticle3D用法 [ 26%]

...timer.loop(300, null, function () {                     console.log('8: ' + self.particleSystem.aliveParticleCount);                 });             }         }     } } 执行结果一直为0, 请问这是什么问题? 是否有更详细一些...

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

999. 官方案例里摄像机绕物体旋转脚本的问题 [ 26%]

...in); } protected AroundByMobileInput(): void { if (this.TouchCount == 1) { console.log(this.targetAngles); this.targetAngles.y -= this.GetAxisX * this.mouseSettings.pointerSensitivity; this.targetAngles.x += this.GetAxisY * this.mouseSettings.pointerSensitivity; //Range. this.targetAngles.y = this.C...

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

1000. 2D寻路 · LayaAir3.4 · 引擎文档 · LAYABOX [ 26%]

...t: Laya.Event): void { let pos = new Laya.Vector2(evt.stageX, evt.stageY); console.log("click", pos); this._temp.graphics.clear(); this._allAgent.forEach((agent) => { agent.destination = pos; let paths = agent.getCurrentPath(); if (paths.length >= 2) { let points: any = [] paths.forEach((point...

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