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

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

111. prefab添加runtime脚本 comp._addComponentInstance is not a function [ 54%]

...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

112. 多光源渲染(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 54%]

...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

113. 多光源渲染(JavaScript-3D基础(JS)-LayaAir3D之灯光) [ 54%]

...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

114. laya.d3.component.Script3D [ 53%]

...时执行 此方法为虚方法,使用时重写覆盖即可 Script3D  onUpdate():void 每帧更新时执行 此方法为虚方法,使用时重写覆盖即可 Script3DProtected Methods  MethodDefined By  _onAwake():void[override] Script3D  _onDestroy():void[override] Script3D  _onDisable...

来源: Laya2.0_api 发布时间: 20190513

115. UNITY导出的模型旋转不了 [ 53%]

... } onStart() { } /** * 覆写组件更新方法(相当于帧循环) */ onUpdate() { //所属脚本对象旋转更新 this.obj.transform.rotate(this.rotation, false, false) } onDisable() { console.log("组件设置为不可用"); } } 2020-06-11 0 0 分享 微博 QZONE 微信 为什么被折叠? 0...

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

116. [LayaAir2]字节小游戏物理的坐标不一样,碰撞盒会比laya的小,物理的位置也不一样 [ 53%]

...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

117. 多光源渲染(ActionScript-3D基础(AS3)-LayaAir3D之灯光) [ 53%]

...的移动半径数组 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

118. 设置后box2d 的 worldRoot 后平移场景 物理世界原地不动 [ 53%]

....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

119. Laya3D场景加载问题 [ 52%]

...,p30显示出来了;小米note3是黑屏,点屏触发游戏开始,onUpdate中log能正常打出来,中间有UI弹窗也可以弹出。程序在正常跑,只是没有显示。

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

120. native播放音效会偶现闪退 [ 52%]

...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