大约有 110 项符合查询结果, 库内数据总量为 30,786 项。 (搜索耗时: 0.0038 秒)
...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
.../../res/ui/dialog (3).png"); //设置位置 img.pos(165, 62.5); //加载到舞台 Laya.stage.addChild(img); } } } ```
来源: Laya2.0_文档 发布时间: 20210714
关于屏幕适配问题,实在不知道怎么回事 我把舞台宽高写固定的 代码如下: //根据IDE设置初始化引擎 if (window["Laya3D"]){ Laya3D.init(720, 1280); } else{ La...
来源: Laya_社区 发布时间: 20190429
...回调 vScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(vScrollBar); //创建提示信息 createPromptText(vScrollBar) } /***创建提示信息***/ private function createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 promptText=new Text()...
来源: Laya2.0_文档 发布时间: 20210715
...回调 hScrollBar.changeHandler = new Handler(this, onChange); //加载到舞台 Laya.stage.addChild(hScrollBar); //创建提示信息 createPromptText(hScrollBar) } /***创建提示信息***/ private function createPromptText(scrollBar:ScrollBar):void { //实例化提示信息 promptText=new Text()...
来源: Laya2.0_文档 发布时间: 20210714
... 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
...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
...; //设置文本描边颜色 label.strokeColor = strokeColor; } //加载到舞台 Laya.stage.addChild(label); return label; } } } ```
来源: Laya2.0_文档 发布时间: 20210714
...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
...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