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

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

41. ENOENT: no such file or directory, open 'D:\layaidehello eleasewxgameLayaSample.js.map [ 64%]

...acker .json+.png File file上传图片 获得的base64 怎么 显示在laya舞台上啊 发布OPPO快游戏生成rpk错误(附Demo) Laya2.8.0 File has no manifest.json LayaAir3D Warning : MyWater must config in CustomShaderConfig File. 请教专家:curl_easy_perform failed和JCFileRes::onDownloadE...

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

42. Image属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 63%]

.../../res/ui/dialog (3).png"); //设置位置 img.pos(165, 62.5); //加载到舞台 Laya.stage.addChild(img); } } } ```

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

43. 关于屏幕适配问题,实在知道怎么回事 [ 62%]

关于屏幕适配问题,实在知道怎么回事 我把舞台宽高写固定的 代码如下:   //根据IDE设置初始化引擎                 if (window["Laya3D"]){             Laya3D.init(720, 1280);         }         else{          La...

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

44. VScrollBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 62%]

...回调 vScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(vScrollBar); //创建提示信息 createPromptText(vScrollBar) } /***创建提示信息***/ private function createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 promptText=new Text()...

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

45. HScrollBar属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 62%]

...回调 hScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(hScrollBar); //创建提示信息 createPromptText(hScrollBar) } /***创建提示信息***/ private function createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 promptText=new Text()...

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

46. VScrollBar属性详解(JavaScript-IDE篇(JS)-IDE组件属性详解) [ 61%]

... this.vScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 createPromptText(this.vScrollBar) } /***创建提示信息***/ function createPromptText(scrollBar) { //实例化提示信息 this.promptText = new Text(); //提...

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

47. ComboBox属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 61%]

...mboBox.selectHandler = new Handler(this, onSelect, [comboBox]); //加载到舞台 Laya.stage.addChild(comboBox); //自动计算宽高 comboBox.autoSize = true; //设置位置 comboBox.pos((Laya.stage.width - comboBox.width) / 2, 150); //自动计算宽高关闭(在设置位置时,需获取列表...

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

48. Label属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 61%]

...; //设置文本描边颜色 label.strokeColor = strokeColor; } //加载到舞台 Laya.stage.addChild(label); return label; } } } ```

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

49. HScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 61%]

...is.hScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.hScrollBar); //创建提示信息 this.createPromptText(this.hScrollBar) } /***创建提示信息***/ private createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 this.promptTex...

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

50. VScrollBar属性详解(TypeScript-IDE篇(TS)-IDE组件属性详解) [ 61%]

...is.vScrollBar.changeHandler = new Handler(this, this.onChange); //加载到舞台 Laya.stage.addChild(this.vScrollBar); //创建提示信息 this.createPromptText(this.vScrollBar) } /***创建提示信息***/ private createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 this.promptTex...

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