大约有 3,176 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0075 秒)
Laya_社区(2392) Laya3.0_api(242) Laya2.0_文档(138) Laya2.0_api(136) laya_api(135) Laya3.0_文档(63) Laya_示例(52) Laya2.0_示例(18)
...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
...;调试检查代码发现,一个元素从舞台上移除后,设为了false; _setDisplay(value) { if (!value) { if (this._cacheStyle) { this._cacheStyle.releaseContext(); this._cacheStyle.relea...
来源: Laya_社区 发布时间: 20210629
...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
...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
...没有相交,则返回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
...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
...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
...图合集吗? 在WebGL.enable方法中看到isConchApp的话直接return false;没有执行AtlasResourceManager._enable方法。是在native下不支持大图合集吗? 但是看官方文档又有大图合集的说明:https://ldc.layabox.com/doc/?nav=zh-as-7-2-14 。请问是需要怎么开...
来源: Laya_社区 发布时间: 20180730
...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
...config.js文件,切记自定义loading条,务必设置loadingAutoClose=false config.js内容入下:var loadingView=window.loadingView; if(loadingView) { loadingView.loadingAutoClose=false;//false:自定义进度条 ture:使用laya默认进度条 loadingView.bgColor("#FFFFFF");//设置背景...
来源: Laya_社区 发布时间: 20161202