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

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

21. LayaAir下加载阿拉伯TTF字体,手机上显示时左右顺序反了。 [ 75%]

...dSans-Bold、DroidSansFallback Font.defaultFont = "36px Arial";     Laya.loader.load("data/Questv1_Regular.ttf", Handler.create(this,onLoaded), null, Loader.BUFFER); }   private function onLoaded():void { var arr:ArrayBuffer=Laya.loader.getRes("data/Questv1_Regular.ttf");   if(arr && Bro...

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

22. UI-Input [ 73%]

...2).png", "../../res/ui/input (3).png", "../../res/ui/input (4).png"]; Laya.loader.load(skins, Handler.create(this, onLoadComplete)); //加载资源。 })(); function onLoadComplete() { for (var i = 0; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stag...

来源: Laya_示例 发布时间: 20241118

23. UI-Input [ 73%]

...es/ui/input (2).png", "res/ui/input (3).png", "res/ui/input (4).png"] Laya.loader.load(skins, Handler.create(this, this.onLoadComplete)); } onLoadComplete() { for (let i = 0, len = skins.length; i ; constructor() { // 不支持WebGL时自动切换至Canvas Laya.init(800, 600, WebGL); Laya.stage.alig...

来源: Laya2.0_示例 发布时间: 20241118

24. 如何将TTF字体导入到LayaAir编辑器中? [ 72%]

...同来自: 可以使用啊,放到工程/laya/assets目录下,用Laya.loader.Load()加载出来就可以了,IDE里面直接填字体的名称就可以了。 亲测可用 2018-07-02 0 9 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 该问题目前已经被锁定, 无法添...

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

25. update和http请求 [ 70%]

...求救啊!!求救啊!! 请求.do每次的session都在改变 Laya.loader.load加载Laya.Loader.FONT位图字体,不会进入成功回调,并且下载请求还会一直发送 Socket能连接到服务器,客户端发请求也能收到服务端的数据,但是服务端主动推送数据...

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

26. 小程序开放域相关 [ 68%]

...  MiniAdpter.window.wx.onMessage(onGetMessage);             Laya.loader.load(urlconfig,new Handler( null,onLoaded),null);                          function onLoaded():void {                 trace("urlconfigurlconfigurlconfigurlconfigurlconfigurlconfigurlconfig...

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

27. 主页奔溃了啊啊啊~~~~~~~~~~~~~~~~~ [ 67%]

...包安卓app 后,玩着玩着就奔溃了,求大神指点 使用Laya.loader.load加载Laya.Loader.FONT位图字体文件时就会出现无限循环加载,一直到浏览器奔溃 LayaAirIDE2.0,Mac版本,使用主页切换项目,会产生孤儿进程吃满内存 list图片路径没问题....

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

28. 本人想做个批量加载json文件,然后等这些文件统一加载完后回调 [ 66%]

...量加载json文件,然后等这些文件统一加载完后回调 看了Loader类的用法好像只能加载单一文件,LoaderManager用于批量加载可官网没有DEMO,并不知道怎么用。有大佬能给出个LoaderManager的使用示例么。或者再详细能否讲下LoaderLoade...

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

29. Laya.loader.load(xx) 当地址""的时候,会报错。 [ 65%]

Laya.loader.load(xx) 当地址""的时候,会报错。 laya 引擎是2.5的      Laya.loader.load(cg_url,Laya.Handler.create(this,()=>{             let tur:Laya.Texture = Laya.loader.getRes(cg_url);             if(tur)img_cg.graphics.drawImage(tur)        ...

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

30. layanative安卓端需要怎么添加ttf字体,需要增加两种字体? [ 63%]

...; import laya.utils.Handler; /** * ... * @author ww */ public class TestTTFLoader  {   public function TestTTFLoader()  { Laya.init(1000, 900);   Laya.loader.load("res/remember.ttf",new Handler(this,test)); }   private function test():void { var text:Text; text = new Text(); text.fontSize = 30;...

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