大约有 32 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0031 秒)
Laya.Accelerator提示"instance"undefined 运行程序的时候提示:Uncaught TypeError: Cannot read property 'instance' of undefined 附件 : --> 2018-11-26 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 鬼...
来源: Laya_社区 发布时间: 20181126
...ate(this.rotation, false); } mouseDown(){ this.point.x = Laya.MouseManager.instance.mouseX; this.point.y = Laya.MouseManager.instance.mouseY; //产生射线 this.camera.viewportPointToRay(this.point, this.ray); var out = new Laya.CannonHitResult(); this.scene.cannonPhysicsSimulation.rayCast(this.ray...
来源: Laya_社区 发布时间: 20200903
...null的情况? 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static getInstance():MapManager { if(null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); ...
来源: Laya_社区 发布时间: 20171124
ANGLE_instanced_arrays扩展无用时,PrimitiveMesh动态合并报错 代码包里面我临时屏蔽了 WebGLContext._angleInstancedArrays = null;//WebGLContext._getExtension(gl, "ANGLE_instanced_arrays"); 然后代码里Laya.PrimitiveMesh.createQuad创建多个对象后,代码会报错。 ...
来源: Laya_社区 发布时间: 20190419
...y 'indexOf' of undefined *ThirdScriptError removeListener only takes instances of Function;at audioContext.oncanplay callback function Error: removeListener only takes instances of Function 附件 : --> 2021-03-12 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...
来源: Laya_社区 发布时间: 20210312
... //获取鼠标在屏幕空间位置 this.pointRay.x = Laya.MouseManager.instance.mouseX; this.pointRay.y = Laya.MouseManager.instance.mouseY; //详设计产生射线方法,通过2D坐标获取与屏幕垂直的一条射线 console.log( PanelMgr.mainCamera); PanelMgr.mainCamera.viewportPointToRa...
来源: Laya_社区 发布时间: 20190416
陀螺仪接口问题 Laya.Gyroscope.instance.off(Laya.Event.CHANGE,this,this.test) 调用off方法但是没有生效 还是一直在走on方法去监听陀螺仪旋转 2018-01-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提...
来源: Laya_社区 发布时间: 20180127
陀螺仪和加速计使用问题 Laya.Gyroscope.instance.on(Laya.Event.CHANGE,this,this.onDeviceorientation); Laya.Accelerator.instance.on(Laya.Event.CHANGE,this,this.onMotoin); 官网陀螺仪和加速计例子中的上面两句运行时都报 Cannot read property 'instance' of undefined 的错...
来源: Laya_社区 发布时间: 20180413
...时候 都是新建了一个scene。可以把scene renderType属性改为instance, 或者将scene保存下来 使用时添加到舞台 2021-10-13 0 4 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 Nothing 相关问题 sprite旋转以后,...
来源: Laya_社区 发布时间: 20211012
...scene.physicsSimulation.rayCastAll 报错 this.point.x = Laya.MouseManager.instance.mouseX; this.point.y = Laya.MouseManager.instance.mouseY; //产生射线 this.camera.viewportPointToRay(this.point,this.ray); /// Laya.PhysicsSimulation.rayCast(this.ray, this.outHitResult, 30, 0) //拿到射线...
来源: Laya_社区 发布时间: 20190523