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

大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)

351. 2.0 Beta3版本中,runtime脚本的的问题 [ 79%]

...ne:any="mainscene.scene"; static sceneRoot:string=""; static debug:boolean=false; static stat:boolean=false; static physicsDebug:boolean=false; static exportSceneToJson:boolean=false; constructor(){} static init(){ var reg: Function = Laya.ClassUtils.regClass; reg("game/ImageRunTime.ts",ImageRunTime...

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

352. 发光滤镜二次渲染bug [ 79%]

...;调试检查代码发现,一个元素从舞台上移除后,设为了false; _setDisplay(value) {             if (!value) {                 if (this._cacheStyle) {                     this._cacheStyle.releaseContext();                     this._cacheStyle.relea...

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

353. 多点触控的使用(JavaScript-3D基础(JS)-LayaAir3D之鼠标交互) [ 79%]

...his.touch.position.x; this.lastPosition.y = this.touch.position.y; first = false; } else{ //移动触碰点 var deltaY = this.touch.position.y - this.lastPosition.y; var deltaX = this.touch.position.x - this.lastPosition.x; this.lastPosition.x = this.touch.position.x; this.lastPosition.y = this.touc...

来源: Laya2.0_文档 发布时间: 20210715

354. 多点触控的使用(TypeScript-3D基础(TS)-LayaAir3D之鼠标交互) [ 79%]

...his.touch.position.x; this.lastPosition.y = this.touch.position.y; first = false; } else{ //移动触碰点 var deltaY = this.touch.position.y - this.lastPosition.y; var deltaX = this.touch.position.x - this.lastPosition.x; this.lastPosition.x = this.touch.position.x; this.lastPosition.y = this.touc...

来源: Laya2.0_文档 发布时间: 20210715

355. laya.resource.Texture [ 79%]

...没有相交,则返回null。 Texture  destroy(forceDispose:Boolean = false):void 销毁纹理(分直接销毁,跟计数销毁两种)。 Texture event(type:String, data:* = null):Boolean 派发事件。 EventDispatcher  getPixels(x:Number, y:Number, width:Number, height:Number):Array ...

来源: laya_api 发布时间: 20170929

356. 摄像机lookAt如何围绕一个模型做Tween动画? [ 79%]

...mera.transform.lookAt(model.transform.position, new Laya.Vector3(0, 1, 0), false); camera.transform.rotate(new Laya.Vector3(0, y, 3), false, false); }); 我想让摄像机围绕一个模型旋转做动画,用Tween没有起到作用. 用函数loop试了一下,设置lookAt无论是放loop外面还...

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

357. 富文本过程中我遇到的问题以及解决方法(超链接换行以及无法接收超链接鼠标事件以及br或者 标签会崩溃报错的问题) [ 79%]

...s._children || this._children.length == 0))                 return false;             if (words) {                 for (var i = 0, n = words.length; i < n; i++) {                     out.push(words[i]);                 }             }           ...

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

358. native下不支持大图合集吗? [ 79%]

...图合集吗? 在WebGL.enable方法中看到isConchApp的话直接return false;没有执行AtlasResourceManager._enable方法。是在native下不支持大图合集吗? 但是看官方文档又有大图合集的说明:https://ldc.layabox.com/doc/?nav=zh-as-7-2-14 。请问是需要怎么开...

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

359. LAYAAIR加载SWF无线循环 [ 79%]

...p = new MovieClip();                      mc.load(path,false);        mc.play(0,false);              mc.name=path;              mc.loop=false;         //  mc.pos(570,230)             mc.width=1000;             mc.hei...

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

360. 打包apk成功,然而安装时app的图标并没有更换 [ 78%]

...config.js文件,切记自定义loading条,务必设置loadingAutoClose=false config.js内容入下:var loadingView=window.loadingView; if(loadingView) { loadingView.loadingAutoClose=false;//false:自定义进度条 ture:使用laya默认进度条 loadingView.bgColor("#FFFFFF");//设置背景...

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