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

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

491. laya.utils.PerfHUD [ 45%]

...e EventDispatcher ObjectPublic Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

492. Maximum call stack size exceeded [ 45%]

...]) Laya["PhysicsDebugDraw"].enable();     if (GameConfig.stat) Laya.Stat.show();     Laya.alertGlobalError(true);       //激活资源版本控制,version.json由IDE发布功能自动生成,如果没有也不影响后续流程     Laya.ResourceVersion.enable("version.json", Laya.Handler...

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

493. discard property,please use transform's property instead [ 45%]

....Stage.SCREEN_NONE;         //开启统计信息         Laya.Stat.show();         var scene = Laya.stage.addChild(new Laya.Scene());         var camera = scene.addChild(new Laya.Camera(0, 0.1, 1000));         camera.transform.translate(new Laya.Vector3(0, 1.5, 4));         c...

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

494. laya.html.dom.HTMLDivElement [ 45%]

...L = " a span span2 p "; Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活。 Node activeInHierarchy : Boolean[read-only] 获取在场景中是否激活。 Node alpha : Number透明度,值为0-1,默...

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

495. 鼠标交互-自定义事件 [ 45%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { this.createSprite(); } createSprite() { const Sprite = Laya.Sprite, Event = Laya.Event; this.sp = new Sprite(); this.sp.graphics.drawRect(0, 0, 2...

来源: Laya2.0_示例 发布时间: 20241119

496. laya3D导入动画材质在安卓手机和电脑上显示正常,在苹果手机显示异常 [ 45%]

....stage.screenMode = Laya.Stage.SCREEN_NONE; //开启统计信息 Laya.Stat.show(); Laya.stage.frameRate = Laya.Stage.FRAME_FAST; //预加载所有资源 this.resource = [ "res/maze/img/demo/toolClock/Conventional/glow.lh", "res/maze/img/demo/Conventional/wang06.lh", "res/maz...

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

497. UI-List [ 45%]

...Laya.stage.alignH = Stage.ALIGN_CENTER; Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Stat.show(); this.setup(); } setup() { const List = Laya.List, Handler = Laya.Handler; let list = new List(); Laya.stage.addChild(list); list.itemRender = Item; list.repeatX = 1; list....

来源: Laya2.0_示例 发布时间: 20241119

498. Spine适配版(TypeScript-LayaAir基础篇(TS)-动画基础) [ 45%]

...Mode = Laya.Stage.SCALE_NOSCALE; Laya.stage.bgColor = "#232628"; Laya.Stat.show(); this.startFun(); } private startFun(): void { //创建动画模板 this.templet = Laya.SpineTempletBinary(); this.templet.loadAni(this.aniPath); this.templet.on(Laya.Event.COMPLETE, this, this.parseComplete); this.tem...

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

499. 分享-js资源进度加载 [ 45%]

...ALIGN_MIDDLE; //设置适配模式 Laya.stage.scaleMode = Laya.Stage.SCALE_SHOWALL; //设置横竖屏 Laya.stage.screenMode = 'none'; //显示帧频信息 Laya.Stat.show(); //加载进度ui var arr = [{ url: "res/atlas/Progress.json", type: Laya.Loader.ATLAS }]; Laya.loader.load(arr, Laya.Handler.cr...

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

500. 分享:DrawToCanvas内存释放问题! [ 45%]

...ight);//引擎初始化 Laya.stage.bgColor = "#ffcccc";//背景颜色 Stat.show();//显示帧频,用于观察Curmem变化 //添加被截屏对象 sp= new Sprite(); sp.loadImage("bg2.png"); Laya.stage.addChild(sp); //创建DrawToCanvas命令按钮 var btnDraw:Sprite=CreateBtn(100,400); btnDraw.on(E...

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