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

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

151. MovieClip 的 bug [ 64%]

...(!data) { event(Event.ERROR,"file not find"); return; } //保护修改-----start------------------ var atlasData:Object = Loader.getAtlas(_atlasPath); if(!atlasData) { event(Event.ERROR,"file not find"); return; } //保护修改-----end------------------ this.basePath =_atlasPath?Loader.getAtlas(_at...

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

152. LayaAir3D打包Native Android应用,直连设备没问题,avm 运行报错 0x502 [ 64%]

...502;   控制台日志如下: 2018/10/8 下午12:12    Gradle sync started 下午12:12    Project setup started 下午12:12    Gradle sync finished in 5s 581ms 下午12:12    Executing tasks: [:app:generateDebugSources] 下午12:12    Gradle build finished in 1s 978ms 下午12:12...

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

153. laya.d3.resource.MulSampleRenderTexture_API3.0 [ 64%]

...end _getSource _removeReference _setCPUMemory _setCreateURL _setGPUMemory _start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once protected recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new MulSample...

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

154. LAYABOX游戏实时语音之APP版本 [ 63%]

...cvAudioPath = null; private String mSendAudioPath = null; private long mPTTStartTime = 0; private YouMeIMCallback mCallback = new YouMeIMCallback(); public Handler m_Handler = new Handler(Looper.getMainLooper()); public Looper m_looper = Looper.getMainLooper(); private Context context; private stati...

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

155. 微信小游戏渲染开放域卡顿处理 [ 62%]

...self.reloadCanvas();    // 先刷新一次                 timer.start();                 Laya.timer.once(5000, timer, timer.stop);             }         }         /**          * 重新渲染cavans界面          */         protected reloadCanvas(): void...

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

156. 本地双击html如何打开laya项目? [ 62%]

...oid.package-archive" ); i.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK); context.startActivity( i); return true ; } return false ; }  安装完之后,我们只需要根据apk的包名去访问apk,代码如下: Intent intent = new Intent(Intent. ACTION_MAIN); intent.addCategory(Intent. CATEGORY_LAUNCH...

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

157. laya.d3.core.render.posteffect.ColorGradEffect_API3.0 [ 62%]

...aGain enableSMH enableSplitTone gain gamma highLightLimitEnd highLightLimitStart highlights lift midtones postExposure saturation shadowLimitEnd shadowLimitStart shadows splitBalance splitShadow splithighlights temperature tint toneMapping Methods effectInit getCameraDepthTextureModeFlag release __i...

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

158. laya.physics.Physics [ 62%]

...通知,此侦听事件响应一次后自动移除。 EventDispatcher  start(options:Object = null):void 开启物理世界 options值参考如下: allowSleeping:true, gravity:10, customUpdate:false 自己控制物理更新时机,自己调用Physics.update Physics  stop():void 停止物理...

来源: Laya2.0_api 发布时间: 20190513

159. 投影出现重复的问题 [ 61%]

...n target 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 IDE1.7.8 json图集加载问题 关于适配采用showAll后留白部分的颜色问题 播放背景音乐的...

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

160. 声音的捕获并播放 [ 61%]

...声音 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 骨骼动画播放完后的回调时间 视频播放案例 播放背景音乐的问题 刚打开 桌面调试出现报错Uncaught (in promise) DOMException: play() laya3D动画无法播放 [Laya2.0 3D] 2.0正式版上存...

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