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

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

11. CPU优化方式(JavaScript-2D进阶篇(JS)-性能优化) [ 77%]

...png",0,0,0,0,Laya.Handler.create(this,function() { console.log(sp.width,sp.height); })); Laya.stage.addChild(sp); ``` loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 1. **直接调用size设置:** ```javascript Laya.loader.load("res/apes/monkey2.png",Handler.creat...

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

12. CPU优化方式(TypeScript-2D进阶篇(TS)-性能优化) [ 76%]

...png",0,0,0,0,Laya.Handler.create(this,function() { console.log(sp.width,sp.height); })); Laya.stage.addChild(sp); ``` loadImage在加载完成的回调函数触发之后才可以正确获取宽高。 1. **直接调用size设置:** ```typescript Laya.loader.load("res/apes/monkey2.png",Laya.Handler....

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

13. ComboBox显示问题 [ 75%]

...iew:Object = {"type": "View", "props": {"x": "0", "y": "0", "width": 388, "height": 376}, "child": [{"type": "ComboBox", "props": {"var": "combox", "stateNum": "1", "x": 7, "y": 146, "width": 91, "height": 23, "skin": "MainHead/combobox1.png", "labels": "hihihi,hihihi2,hihihi2"}}]}; override protect...

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

14. Tree属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 74%]

... {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height": "24", "name": "selectBox", "skin": "ui/clip_selectBox.png", "right": "0", "clipY": "2"}}, {"type": "Clip", "props": {"y": "4", "x": "14", "name": "folder", "clipX": "1", "skin": "ui/clip_tree_folder.png", "clipY": "3...

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

15. 在2.0里如何调用在编辑模式下创建的对话框 [ 73%]

...electedBox":1, "selecteID":3, "props":{"width":640,"sceneColor":"#000000","height":480}, "nodeParent":-1, "label":"Dialog", "isOpen":true, "isDirectory":true, "isAniNode":true, "hasChild":true, "compId":1, "child":[ { "x":15, "type":"Image", "props":{"y":0,"x":0,"width":640,"skin":"comp/img_bg.png",...

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

16. Tree属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 73%]

..., 300); tree.x = (Laya.stage.width - tree.width) / 2; tree.y = (Laya.stage.height - tree.height) / 2; Laya.stage.addChild(tree); } } } import Box = Laya.Box; import Clip = Laya.Clip; // 此类对应的json对象: // {"child": [{"type": "Clip", "props": {"x": "13", "y": "0", "left": "12", "height":...

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

17. Tree属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 72%]

...位置 tree.x = (Laya.stage.width - tree.width) / 2; tree.y = (Laya.stage.height - tree.height) / 2; //加载到舞台 Laya.stage.addChild(tree); } } } import laya.ui.Box; import laya.ui.Clip; import laya.ui.Label; // IDE中生成的此类对应的json对象,在此作为参考,对应树形结构...

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

18. 内嵌模式创建scene,运行时报找不到json文件 [ 72%]

...ds Scene { public static uiView:any ={"type":"Scene","props":{"width":640,"height":1136},"compId":2,"child":[{"type":"Label","props":{"y":64,"x":214.5,"width":211,"text":"label","styleSkin":"comp/label.png","height":67},"compId":3}],"loadList":["comp/label.png"],"loadList3D":[]}; constructor(){ supe...

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

19. 1.5.0 LayaAir IDE发布UI资源缺失! [ 70%]

...uiView',function(){return this.uiView={"type":"View","props":{"width":600,"height":400}};}         ]);         return ABCPanelUI;     })(View); var TestPageUI=(function(_super){         function TestPageUI(){                          TestPageUI.__super.call(thi...

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

20. 类似古文显示方式脚本,文字垂直显示,可以控制显示速度出现打字效果等 [ 70%]

...Child(this.sprite); this.drawText(sprite.x, sprite.y, sprite.width, sprite.height); } onEnable(): void { } onDisable(): void { } } export enum layoutType { /**竖排 */ verticalRight = 0, } 2019-11-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容...

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