大约有 87 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0036 秒)
...档类): --------------------------------package { import laya.display.Text; import laya.net.Loader; import laya.utils.Handler; /** * ... * @author OttoChen */ public class TestMain { private var txt:Text = null; public function TestMain() { Laya.init(800, 800); txt = new Text(); txt.mouseEnabled ...
来源: Laya_社区 发布时间: 20180227
...fooddata[X] = { food: { skin: 'comp/food' + foodid + '.png' }, food_txt: { text: foodtxt } // console.log(); } } console.log('+++++++++++++++++++') console.log(_super); console.log(fooddata); self.foodList.dataSource = fooddata; //实例化角色容器 var foodBox = new Laya.Sprite(); //添加到...
来源: Laya_社区 发布时间: 20181221
...无法实现复制粘贴 var clipboard = new ClipboardJS('.copyContent',{text:str}); clipboard.on('success', function(e) { alert("复制成功!"); e.clearSelection(); }); clipboard.on('error', function(e) { console.log("复制失败!",e); }); 2018-06-26 添加评论 免费帖 --> 分享 微博 Q...
来源: Laya_社区 发布时间: 20180626
TextArea组件的问题 TextArea的text内容只能在属性面板里设置吗?分段文字只能手工去加\n,这样不太直观啊,不能直接在TextArea框里操作吗?还有其他的label一类的组件都有同样的问题 2018-01-24 添加评论 免费帖 --> 分享 微博 QZONE 微...
来源: Laya_社区 发布时间: 20180124
... 微博 QZONE 微信 hj 赞同来自: Laya.init(500,400,Laya.WebGL);createText();function createText(){this.txt = new Laya.Text();this.txt.overflow = Laya.Text.SCROLL;this.txt.text = "Layabox是HTML5引擎技术提供商与优秀的游戏发行商,面向AS/JS/TS开发者提供HTML5开发技术方...
来源: Laya_社区 发布时间: 20180125
...Page let loadPage = new LoadPage() loadPage.preload() this.getChildByName('text').on(Laya.Event.CLICK, this, function () { // 切换打开场景方式 查看效果不同 loadPage.openScene('page2.scene', this.getUserInfo, true, [1, 2, 3]) // loadPage.openScene2('page2.scene', this.getUserInfo, true,...
来源: Laya_社区 发布时间: 20181124
...e" skin="images/head/nt_n.png" height="150" editorInfo="compId=6"/> <TextInput y="95" x="255" width="313" var="nickName" valign="middle" text="NickName" skin="setting/t2_n.png" sizeGrid="14,14,14,14" prompt="Nick Name" padding="0,0,0,20" maxChars="20" height="58" fontSize="20" color="#e5c39f" ...
来源: Laya_社区 发布时间: 20170221
..., function (e) { var xmlreq = new XMLHttpRequest(); xmlreq.responseType = "text"; xmlreq.onload = function (e) { var data = e.currentTarget.response; self.postMessage(data); } xmlreq.open("get","../atlas/comp.json"); xmlreq.send() }, false); 这个例子是在worker中进行加载文件,加载完...
来源: Laya3.0_文档 发布时间: 20241014
...r "/data/local/tmp/com.mygame.Shjy3Android" WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix. pkg: /data/local/tmp/com.mygame.Shjy3Android Success Launching application: com.mygame.Shjy3Android/demo.MainActivity. DEVICE SHELL COMMAND: am star...
来源: Laya_社区 发布时间: 20170215
...e if (type==="font"){//这里,启用webgl后,HTMLImage.create返回的是Texture2D,不是HTMLImage,data上没有_source这个属性 //导致重复加载图片,走不到else里面,if的判断是否应该改为 !this._data if (!data._source){ ...
来源: Laya_社区 发布时间: 20190402