大约有 223 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0047 秒)
... private function showApe():void { var t:Text = new Text(); t.text = "asdfasd"; t.fontSize = 50; t.color = "#ffffff"; Laya.stage.addChild(t); // 方法1:使用...
来源: Laya_社区 发布时间: 20170406
...nSelect_small(e) { Laya.big_switch = 0 Laya.maptype = "small" this.now_map.text = "当前地图:" + this.small_map.selectedLabel Laya.map_small_c = e } function onSelect_big(e) { if (e != 0) { if (Laya.keys > 0) { Laya.big_switch = 0 Laya.map_big = e Laya.maptype = "big" this.small_map.selected...
来源: Laya_社区 发布时间: 20180719
...nSelect_small(e) { Laya.big_switch = 0 Laya.maptype = "small" this.now_map.text = "当前地图:" + this.small_map.selectedLabel Laya.map_small_c = e } function onSelect_big(e) { if (e != 0) { if (Laya.keys > 0) { Laya.big_switch = 0 Laya.map_big = e Laya.maptype = "big" this.small_map.selected...
来源: Laya_社区 发布时间: 20180719
...> { this.showDialog("注册功能暂未开放") }); } showDialog(context: string) { // if (this.normalDialog) { // this.normalDialog.close(); // } this.normalDialog = new NormalDialog(context); this.normalDialog.popup(true, true); Laya.stage.addChild(this.normalDialog); } } // 弹...
来源: Laya_社区 发布时间: 20181216
...ertical"; Laya.stage.scaleMode = Stage.SCALE_FULL; spr = new Sprite var te:Text = new Text(); te.fontSize = 50; te.text = "内容测试"; spr.addChild(te); Laya.stage.addChild(spr); Laya.stage.on(Event.CLICK, this, function():void { if (Laya.stage.screenMode == Stage.SCREEN_HORIZONTAL) { if (Browser...
来源: Laya_社区 发布时间: 20170801
...验证-token登录), -2(系统-http错误), err=Request failed Status:404 text:undefined 2017-10-16 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - 知识达人 赞同来自: LayaNative这边目前延时...
来源: Laya_社区 发布时间: 20171016
...s | Constants Packagelaya.displayClasspublic class InputInheritanceInput Text Sprite Node EventDispatcher Object Input 类用于创建显示对象以显示和输入文本。 Input 类封装了原生的文本输入框,由于不同浏览器的差异,会导致此对象的默认文本的位置与...
来源: Laya2.0_api 发布时间: 20190513
...e里把一个图片转成box,并且放入了label, 怎样访问label的text 2017-12-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 wudi199553 赞同来自: this.TestLablel.text = "......."; 2017-12-18 0 0...
来源: Laya_社区 发布时间: 20171218
...der:URLLoader=new URLLoader(); //第二部:设置接收数据的方式(TEXT:文本,BINARY:原始二进制数据,VARIABLES:编 //码变量) urlLoader.dataFormat=URLLoaderDataFormat.TEXT; urlLoader.dataFormat="text" //第三步:创建传递参数 var urlVariables:URLVariables=new URL...
来源: Laya_社区 发布时间: 20151217
...关于近期iOS提交,因违反苹果3.1.1导致APP上架被拒的说明 TextInput重写onFocus和onBlur事件监听不到 图集打包找不到图集文件 真机环境找不到window---cant find variable: window stack LayaNative ios上js访问不到JSBridge类中的方法,请求官方帮助, ...
来源: Laya_社区 发布时间: 20180813