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

大约有 1,758 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0064 秒)

281. 3D物理引擎实现类似constraint方法 [ 69%]

...3d场景中,会报 Uncaught TypeError: this.owner.localToGlobal is not a function TypeError: this.owner.localToGlobal is not a function, 2d的实现似乎并不是3d忽略一个轴这样的方式,它们是不同的坐标系统,所以不通用,而我这边需要用3D的场景和模型,这条路也不...

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

282. 救命啊,遇到苹果爸爸 Guideline 2.5.2 [ 69%]

...designed explicitly with the capability to change your app’s behavior or functionality after App Review approval, which is not in compliance with App Store Review Guideline 2.5.2 and section 3.3.2 of the Apple Developer Program License Agreement.   This code, combined with a remote resource, can ...

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

283. 1.7.6 beta 编译后出现 XXXX is not defined 的报错 [ 69%]

... ImageData is not defined? 导微信小程序报错window.focus is not a function 问题状态 最新活动: 2017-06-27 10:46 浏览: 1353 关注: 2 人 moketao • 2017-06-27 11:15 可以了, 谢谢

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

284. Adobe Flash Builder 4.7无法编译Laya2.6.1创建的3D示例项目 [ 69%]

...加载管理器,使用时注意大小写。 */ //class Laya var ___Laya=(function(){ //function Laya(){} Laya.__init=function(_classs){} Laya.init=function(width,height,__plugins){} Laya.alertGlobalError=function(value){} Laya.enableDebugPanel=function(debugJsPath){} Laya.stage=null; Laya.systemTi...

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

285. 背景音乐来回切换报错 [ 69%]

...        Laya.loader.load("res/dreams.mp3",Laya.Handler.create(this,function(){             dreamsSound = Laya.SoundManager.playMusic("res/dreams.mp3")         }))          let mainSound:Laya.SoundChannel = null;         this.btn_sound.on(Laya.Event.CLICK,...

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

286. laya.resource.Resource_API3.0 [ 69%]

...建 Parameters url: string Returns boolean off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删...

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

287. laya2.0微信开发域无法显示 [ 69%]

...的 无法显示微信开放域。 报错:value._addReference is not a function 按照论坛里面以前的一些讨论,修改了laya.core.js里面 value && (value._addReference(this._referenceCount)); =》 if(value && value._addReference){ value._addReference(this._referenceCoun...

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

288. laya.physics.Physics_API3.0 [ 69%]

...则值为 true;否则,值为 false。 off off(type: string, listener: Function): EventDispatcher off(type: string, caller: any, listener?: Function, args?: any[]): EventDispatcher Inherited from EventDispatcher.off Defined in laya/events/EventDispatcher.ts:112 从 EventDispatcher 对象中删除...

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

289. 苹果审核被打回 [ 69%]

...vered that your app contains hidden features. Attempting to hide features, functionality or content in your app is considered egregious behavior and can lead to removal from the Apple Developer Program. Specifically, your app contains functionality to load a webview of external content within the ap...

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

290. domParser在哪儿 [ 69%]

...          */         public static var parseXMLFromString:Function = function(value:String):XmlDom {             var rst:*;             value = value.replace(/>\s+</g, '><');             __JS__("rst=(new DOMParser()).parseFromString(val...

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