大约有 2,110 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0080 秒)
...tem.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) (at <df7127ba07dc446d9f5831a0ec7b1d63>:0) p.a (UnityEngine.GameObject A_0, g A_1, System.Boolean A_2) (at <83305a103c6a46948a18b7f5a20f00f1>:0) p.a (UnityEngine.GameObject A_0, g A_1, System.Collections.Generic.List`1[...
来源: Laya_社区 发布时间: 20191209
...es/kb-emoji-U+E056.png'; // origin width/height: 64/64px; //let imgStr = `<img src="${imgUrl}" width="30" height="30"></img>`; let imgStr = `<img src="${imgUrl}" style="width:30px;height:30px"></img>`; htmlDiv.style.color = '#ffffff'; htmlDiv.style.fontSize = 30; htmlDiv.inne...
来源: Laya_社区 发布时间: 20170511
...NE 微信 stephysun 赞同来自: 假如说类似这种的话可以不? <input type="file" id="file" /> <span>上传文件</span> </label> <canvas width="300" height="300" id="canvas"></canvas> </body> <script> $("#file").change(function (){ var file...
来源: Laya_社区 发布时间: 20170111
...ure_manager.cc(2971)] [.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <- error from previous GL command 02-05 16:53:07.013 24700-24700/? I/chromium: [INFO:CONSOLE(0)] "[.Offscreen-For-WebGL-0x7c8dec00]GL ERROR :0x0505 : glTexImage2D: <- error from previous GL command", source...
来源: Laya_社区 发布时间: 20180205
... ts配置是 "module": "umd", "target": "es5", index下的js就这样 <!--自定义的js(src文件夹下)文件自动添加到下面jsfile模块标签里面里--> <script src="js/ui/layaUI.max.all.js"></script> <!--启动类添加到这里--> <!-...
来源: Laya_社区 发布时间: 20180203
... = 0,之后就可以正常使用scale缩放sprite对象。 另外 /** * <p>显示对象的宽度,单位为像素,默认为0。</p> * <p>此宽度用于鼠标碰撞检测,并不影响显示对象图像大小。需要对显示对象的图像进行缩放,请使用scale、sca...
来源: Laya_社区 发布时间: 20180827
....addChild(p); p.style.font = "Impact"; p.style.fontSize = 30; var html = '<span style="color:black;font-weight:bold;font:24px Arial">&#160;&#160;a paragraph from external html.</span>\ <br/>\ <span style="color:white;font:24px Arial">paragraph 2</span>\ <img ...
来源: Laya_社区 发布时间: 20180808
...操作网页加上一个游戏logo,然后写一些奇怪的话:比如 <p>抵制不良游戏,拒绝盗版游戏。</p> <p>注意自我保护,谨防上当受骗。</p> <p>适度游戏益脑,沉迷游戏伤身。</p> <p>合理安排时间,享受健...
来源: Laya_社区 发布时间: 20171228
...: /** 舞台对象的引用。*/ static stage: laya.display.Stage; /** * <p> <code>Stage</code> 是舞台类,显示列表的根节点,所有显示对象都在舞台上显示。通过 Laya.stage 单例访问。</p> * <p>Stage提供几种适配模式,不同的适配...
来源: Laya_社区 发布时间: 20180316
... var tAniSprite; for (var i = 0; i < this.aniSpriteArray.length; i++) { tAniSprite = this.aniSpriteArray[i]; tAniSprite.show(); } } } ...
来源: Laya_社区 发布时间: 20220627