大约有 3,699 项符合查询结果, 库内数据总量为 30,897 项。 (搜索耗时: 0.0087 秒)
Laya_社区(3210) Laya2.0_文档(154) Laya3.0_api(102) Laya3.0_文档(82) Laya2.0_api(82) Laya_示例(44) laya_api(25)
...aya.d3.js:25407 Uncaught Error: Sprite3D:Node type must Sprite3D. at Scene.__proto.addChild (laya.d3.js:25407) 附件 : --> 2017-10-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 haiboannacom 赞同来自...
来源: Laya_社区 发布时间: 20171012
...通过 runtime挂载 一个空脚本(如图2),脚本继承自 Laya.Scene 类(PS:通过组件挂载不会有问题) 4、chrome调试,选择小屏幕设备,发现 该View场景底部被截断一部分(如图3所示),view 和box 并未按照UI编辑器设置的相对位置在...
来源: Laya_社区 发布时间: 20200612
...e3D.__proto._update (http://127.0.0.1:24812/game/code.js:86537:9) at Scene.__proto._updateChilds (http://127.0.0.1:24812/game/code.js:77514:19) at Scene.__proto._updateScene (http://127.0.0.1:24812/game/code.js:77710:8) at Stage.__proto.render (http://127.0.0.1:24812/game/code.js:1...
来源: Laya_社区 发布时间: 20181122
...Uncaught unknown animationClip version. 运行报错 Uncaught Can not find scene:GameView.scene undefined 脚本重命名后报Uncaught Can not find class 错误 Uncaught Can not find class srcipt/game/Game_App.ts 导出微信报错Uncaught (in promise) gameThirdScriptError 问题状态 最新活动...
来源: Laya_社区 发布时间: 20170307
...cumentationAll Packages | All Classes | Index | Frames No Frames BaseSceneProperties | Methods | Events | Constants Packagelaya.d3.core.sceneClasspublic class BaseSceneInheritanceBaseScene Sprite Node EventDispatcher ObjectImplements ISubmitSubclasses Scene, VRScene BaseScene 类用于实...
来源: laya_api 发布时间: 20170422
...子弹脚本。 */ export default class GameUI extends ui.test.TestSceneUI { private mat1: Laya.BlinnPhongMaterial; private newScene: Laya.Scene3D; private arr: any; constructor() { super(); this.arr = []; ...
来源: Laya_社区 发布时间: 20201120
...),来得到一个鼠标点击坐标this.originRay = new Laya.Ray(this.sceneCamera.transform.position, new Laya.Vector3(0, 0, 0)) let pointVec2 = new Laya.Vector2( ) pointVec2.x = Laya.MouseManager.instance.mouseX; pointVec2.y = Laya.MouseManager.instance.mouseY; this.sceneCamera.viewportPointToR...
来源: Laya_社区 发布时间: 20200617
...合效果出错 FrustumCulling._traversalCulling=function(camera,scene,context,renderList){ var validCount=renderList.length; var renders=renderList.elements; var boundFrustum=camera.boundFrustum; var camPos=camera._transform.po...
来源: Laya_社区 发布时间: 20190711
...行的不是按中心点执行的 单个场景加载的时候,使用的Scene3D.load方法的第一个例子,地面部分是白色的 layaMaxUI里面永远只会生成一个TestSceneUI,其他自定义的scene不会导出 LAYA转换后,MovieClip的gotoAndStop方法会使子MovieClip偶尔显示...
来源: Laya_社区 发布时间: 20180713
...到Source后,是无法自动播放的,需要用代码进行控制。在Scene2D的属性设置面板中,增加一个自定义组件脚本。然后,将VideoNode拖入到其暴露的属性入口中。下面给出一个示例代码,实现脚本控制VideoNode: const { regClass, property } = ...
来源: Laya3.0_文档 发布时间: 20250103