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

大约有 4,373 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0085 秒)

2681. laya.d3.core.scene.bvh.BVHSpatialManager_API3.0 [ 57%]

...BVHSpatialManager constructor clear destroy Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231115

2682. laya.d3.Touch_API3.0 [ 57%]

...er position _getIndexInList _setIndexInList Legend Object literal Variable Function Type alias Class Class with type parameter Method Enumeration Interface

来源: Laya3.0_api 发布时间: 20231102

2683. 分享:屏蔽手机浏览器页面滑动 [ 57%]

...以下代码即可!//屏蔽手机端页面滑动 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

2684. 构建android laya3d报错 [ 57%]

...ollisionObject' of undefined 导微信小程序报错window.focus is not a function runtime运行报错! 用了ByteArray的zlib.min.js后报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 启动引擎报错 mPlugin.game_plugin_init(3); laya3D动画无法播放 播放背景音乐的...

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

2685. 创建树Tree 该怎么回调mouseHandler 形参该传什么 [ 57%]

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

2686. 空项目就碰到layaboxIde报错 [ 57%]

...中文的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

2687. 2.0自定义组件,ide报错 [ 57%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function runtime运行报错! Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 微信小游戏编译报错 自定义场景类导出layaMaxUI.ts有前缀导致报错 问题状态 最新活动: 2019-03...

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

2688. 莫名其妙的报错,this.getStyle()是null [ 57%]

...动生成的ui代码报错 导微信小程序报错window.focus is not a function laya2 发布微信开放域工程,用微信开发者工具打开报错 Laya2.0 WebGl模式,使用 drawToCanvas 报错 ImageData is not defined? 用了ByteArray的zlib.min.js后报错 本地调试加载本地图片...

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

2689. Dialog的closeHandler无效 [ 57%]

...触发,则传入关闭按钮的名字(name),否则为null。 */ public function close(type:String = null):void { manager.close(this); } q12647 • 2017-04-07 14:53 有解决么?

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

2690. 物理引擎【源码】的一处错误 [ 56%]

...擎的时候,调用了 applyForceToCenter这个方法,但是报not a function的错误, 经检查,是源码laya.physics.js中,第2165行,方法名错误 源码         this._body.applyForceToCenter(force);应改成           this._body.ApplyForceToCenter(force); 2019-01-...

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