大约有 3,769 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0092 秒)
Laya_社区(3279) Laya2.0_文档(154) Laya3.0_api(102) Laya3.0_文档(83) Laya2.0_api(82) Laya_示例(44) laya_api(25)
...通过 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
...ata时是否因为带有json.props.pageData数据 修改#9999行 root=Laya.SceneUtils.createComp(uiView,root,view,null,tInitTool,!!view); 修改#10038行 Laya.SceneUtils.createComp=function(uiView,comp,view,dataMap,initTool,alterRoot=false){ 修改#10077行 tChild=Laya.SceneUtils.createComp(node,nul...
来源: Laya_社区 发布时间: 20181123
...片后meta文件生成的json被我覆盖了。因为我得手动将整个scene文件的东西放到发布目录中,而构建发布中没有整个文件选项,只能一个个的选中 2023-02-10 0 2 分享 微博 QZONE 微信 layabox小高 赞同来自: 您好,给个示例吧我们来复现下...
来源: Laya_社区 发布时间: 20230209