大约有 143 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0030 秒)
...5) at GameControl.createBox (GameControl.js:54) at GameControl.onUpdate (GameControl.js:39) at TimerHandler.__proto.run (laya.core.js:7533) at Timer.__proto._update (laya.core.js:7271) at Stage.__proto._updateTimers (laya.core.js:31106) at Stage.__proto.render (la...
来源: Laya_社区 发布时间: 20190716
...s = []; //光源对应的移动半径数组 public moveRanges = []; public onUpdate(){ var seed = Laya.timer.currTimer * 0.002; for (var i = 0, n = this.lights.length; i 加载场景,并且添加多光源 ```typescript Laya.Scene3D.load("res/threeDimen/scene/MultiLightScene/InventoryScene_Forest.l...
来源: Laya2.0_文档 发布时间: 20210715
...s = []; //光源对应的移动半径数组 public moveRanges = []; public onUpdate(){ var seed = Laya.timer.currTimer * 0.002; for (var i = 0, n = this.lights.length; i 加载场景,并且添加多光源 ```typescript Laya.Scene3D.load("res/threeDimen/scene/MultiLightScene/InventoryScene_Forest.l...
来源: Laya2.0_文档 发布时间: 20210715
...时执行 此方法为虚方法,使用时重写覆盖即可 Script3D onUpdate():void 每帧更新时执行 此方法为虚方法,使用时重写覆盖即可 Script3DProtected Methods MethodDefined By _onAwake():void[override] Script3D _onDestroy():void[override] Script3D _onDisable...
来源: Laya2.0_api 发布时间: 20190513
... } onStart() { } /** * 覆写组件更新方法(相当于帧循环) */ onUpdate() { //所属脚本对象旋转更新 this.obj.transform.rotate(this.rotation, false, false) } onDisable() { console.log("组件设置为不可用"); } } 2020-06-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0...
来源: Laya_社区 发布时间: 20200611
...t; Laya.Physics.I.worldRoot = this.strWorldRoot; } onUpdate(): void { var playerPos=new Laya.Point(this.cameraPlayerOffset.x,this.cameraPlayerOffset.y); var spr= this.owner as Laya.Sprite; spr.localToGlobal(playerPos); var _x=pl...
来源: Laya_社区 发布时间: 20231123
...的移动半径数组 public var moveRanges: Array = []; public function onUpdate(): void { var seed: Number = Laya.timer.currTimer * 0.002; for (var i: int = 0, n: Number = this.lights.length; i 加载场景,并且添加多光源 ```typescript Scene3D.load("res/threeDimen/scene/MultiLightScene/In...
来源: Laya2.0_文档 发布时间: 20210714
....Rectangle(0, 0, 2000, 1000); this.gameObj.scrollRect = this.cameraRect; } onUpdate() { this.cameraRect.x = this.target.x - 400; this.cameraRect.y = this.target.y - 400; } 2020-08-13 0 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 奶油...
来源: Laya_社区 发布时间: 20190214
...,p30显示出来了;小米note3是黑屏,点屏触发游戏开始,onUpdate中log能正常打出来,中间有UI弹窗也可以弹出。程序在正常跑,只是没有显示。
来源: Laya_社区 发布时间: 20190925
...ckWavePlayEnd() + 108 11 layabox 0x0000000101059f98 laya::JCScriptRuntime::onUpdate() + 368 12 layabox 0x0000000101000b58 laya::JCConchRender::renderFrame(long, bool) + 468[/code] 2019-09-23 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的...
来源: Laya_社区 发布时间: 20190923