大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)
Laya_社区(2475) Laya3.0_api(673) Laya2.0_api(357) laya_api(289) Laya2.0_文档(271) Laya_示例(157) Laya2.0_示例(116) Laya3.0_文档(35)
...BVHSpatialManager constructor clear destroy Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...er position _getIndexInList _setIndexInList Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface
来源: Laya3.0_api 发布时间: 20231102
...以下代码即可!//屏蔽手机端页面滑动 document.ontouchstart=function() { return false; } 2017-01-12 0 0 分享 微博 QZONE 微信 mcsite 赞同来自: 还是不行 2018-01-09 0 0 分享 微博 QZONE 微信 xuelaya 赞同来自: 屏蔽不了!!求方法!! 2018-06-23 0 0 分享 ...
来源: Laya_社区 发布时间: 20170112
...ollisionObject' of undefined 导微信小程序报错window.focus is not a function runtime运行报错! 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 启动引擎报错 mPlugin.game_plugin_init(3); laya3D动画无法播放 播放背景音乐的...
来源: Laya_社区 发布时间: 20180517
...g 赞同来自: z298959 tree.mouseHandler=new Handler(this,onTreeHandler); function onTreeHandler(e,index) { if(e.type==Laya.Event.CLICK) { } } 2017-06-26 1 0 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 z298959 相关问题 骨...
来源: Laya_社区 发布时间: 20170626
...中文的json文件 报错 导微信小程序报错window.focus is not a function 用了ByteArray的zlib.min.js后报错 官网示例摇一摇报错,就解决方案 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 问题状态 最新活动: 2017-04-07 13:18 浏览: 990 ...
来源: Laya_社区 发布时间: 20170407
...动生成的ui代码报错 导微信小程序报错window.focus is not a function runtime运行报错! Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏编译报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2019-03...
来源: Laya_社区 发布时间: 20190323
...动生成的ui代码报错 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 用了ByteArray的zlib.min.js后报错 本地调试加载本地图片...
来源: Laya_社区 发布时间: 20180824
...触发,则传入关闭按钮的名字(name),否则为null。 */ public function close(type:String = null):void { manager.close(this); } q12647 • 2017-04-07 14:53 有解决么?
来源: Laya_社区 发布时间: 20170327
...擎的时候,调用了 applyForceToCenter这个方法,但是报not a function的错误, 经检查,是源码laya.physics.js中,第2165行,方法名错误 源码 this._body.applyForceToCenter(force);应改成 this._body.ApplyForceToCenter(force); 2019-01-...
来源: Laya_社区 发布时间: 20190117