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

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

671. 文本-下划线 [ 73%]

... txt.underline = true; txt.underlineColor = underlineColor; txt.pos(x, y); return txt; } } new Text_Underline();module laya { import Stage = Laya.Stage; import Text = Laya.Text; import WebGL = Laya.WebGL; export class Text_Underline { constructor() { // 不支持WebGL时自动切换至Canvas Laya.in...

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

672. 微信小游戏常见问题汇总(10.25更新)(TypeScript-小游戏适配文档-微信小游戏) [ 73%]

...String { if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; } ``` 另外,从网络中动态加载读取,没有编码的校验限制。所以,也可以把json放在网络中动态加载读取。 #### ...

来源: Laya2.0_文档 发布时间: 20210715

673. Laya2.8.0的wxmini类库小BUG反馈 [ 73%]

...length; i < sz; i++) { if (url.indexOf(MiniAdpter.nativefiles[i]) == 0) return true; } return false; }[/i] (Laya2.8.0切换类库后发现)判断不应为==0     附件 : --> 2020-11-07 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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

674. UI-ComboBox [ 73%]

... = new Handler(this, onSelect, [comboBox]); Laya.stage.addChild(comboBox); return comboBox; } function onSelect(cb) { console.log("选中了: " + cb.selectedLabel); } })();module laya { import Stage = Laya.Stage; import ComboBox = Laya.ComboBox; import Handler = Laya.Handler; import WebGL = Laya.W...

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

675. 缓动-简单的Tween [ 73%]

...= new Sprite(); character.loadImage(skin); Laya.stage.addChild(character); return character; } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Browser = Laya.Browser; import Tween = Laya.Tween; import WebGL = Laya.WebGL; export class Tween_SimpleSample { constructor...

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

676. [LayaAirIDE 2.0]TextInput真机输入时显示蓝色字,求解 [ 73%]

...!!!!! if (!this._arrCheck[0]) { Notice.I.show("用户名不能为空!"); return false; } else if (!this._arrCheck[1]) { Notice.I.show("手机号输入有误!"); return false; } else if (!this._arrCheck[2]) { Notice.I.show("密码长度不够!"); return false; } else if (!this._arrCheck[3]){ Notice.I...

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

677. demo中的2d和3d混合 加载ktx的资源 会白色的 其他ui没有问题 [ 73%]

...   if(vale.lastIndexOf(".ktx")!=-1){                         return "ktx"                     }                     if(_this.astcconfig[vale]){                         return "ktx"                     }                     return  get...

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

678. 小游戏项目 加载有中文的json文件 报错 [ 73%]

...String { if (url.indexOf(".fnt") != -1 || url.indexOf("xxx.json") != -1) { return "utf8"; } else if (type == "arraybuffer") { return ""; } return "ascii"; }   2018-06-21 1 1 分享 微博 QZONE 微信 熊猫大侠 赞同来自: 好像中文有问题 英文没问题 2018-01-08 0 1 分享 微博 QZON...

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

679. laya.loaders.AnimationController2DLoader_API3.0 [ 73%]

...n laya/loaders/AnimationController2DLoader.ts:7 Parameters task: ILoadTask Returns Promise<AnimatorController2D> loadStates loadStates(states: TypeAnimatorState[], promises: Array<any>, task: ILoadTask): void Defined in laya/loaders/AnimationController2DLoader.ts:26 Parameters states: Ty...

来源: Laya3.0_api 发布时间: 20231115

680. laya.html.HtmlParser_API3.0 [ 73%]

...tructor new HtmlParser(): HtmlParser Defined in laya/html/HtmlParser.ts:25 Returns HtmlParser Properties Static defaultParser defaultParser: HtmlParser = new HtmlParser() Defined in laya/html/HtmlParser.ts:14 Methods parse parse(aSource: string, style: TextStyle, out: Array<HtmlElement>, optio...

来源: Laya3.0_api 发布时间: 20231115