大约有 3,124 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0082 秒)
...e layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/utils/Delegate" Delegate Class Delegate Hierarchy Delegate Index Constructors constructor Accessors count Methods add clear clearForTarget invoke once remove Constructors constructor new Delegate()...
来源: Laya3.0_api 发布时间: 20231115
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 请问下加载TFF字体要怎么加载呢? 请问layaair2.0-js 怎么用程序在list中添加多元素的item 请问一下怎样动态加载prefab 问题状态 最新活动: 2020-06-25 15:13 浏览: 478 关注...
来源: Laya_社区 发布时间: 20200625
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? matter中layasprite怎么改变图片大小? List滑动条会引起单元格上的按钮点击后多次触发点击事件 问题状态 最新活动: 2018-08-11 14:02 浏览: 1276 关注: 3 人 Todo • 2018-04-2...
来源: Laya_社区 发布时间: 20180425
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 请问LayaAir中如何使图片以圆形的方式显示? unity导出粒子文件问题 Layabox 2.0 bate5 运行编译之后 bundle.js 文件里面没有使用命名空间类文件的定义!导致运行时 找...
来源: Laya_社区 发布时间: 20220530
...s.js:160 throw er; // Unhandled 'error' event ^ Error: spawn tsc ENOENT at exports._errnoException (util.js:1022:11) at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32) at onErrorNT (internal/child_process.js:359:16) at _combinedTickCallback (internal/process/next_tick.js:74:11...
来源: Laya_社区 发布时间: 20171208
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 从unity导出的场景透贴和模型烘焙的灯光不显示,请问有知道是什么原因的吗?~~~~~~~~~~~~~ 求问shader中的attribute变量怎么动态修改 请问layaair2.0-js 怎么用程序在list...
来源: Laya_社区 发布时间: 20190823
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 关于文本遮挡 问题状态 最新活动: 2017-09-25 10:40 浏览: 1373 关注: 2 人 ckndim • 2017-09-25 10:48 感谢回应!! 将text挂载在panel之下就能解决上述问题了 Monica • 2017-09-25 10:...
来源: Laya_社区 发布时间: 20170921
...2.0的版本开始,我用ts编写的相关内容,都要使用import和export吗? 问题状态 最新活动: 2018-10-30 10:42 浏览: 1512 关注: 1 人 麟。 • 2018-10-30 10:54 那个文件复制功能只做到了 多复制一份源文件 ,版本文件还是会生成,版本文件没有...
来源: Laya_社区 发布时间: 20181030
...})();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_SHOW_ALL { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCantral...
来源: Laya_示例 发布时间: 20260820
...})();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; export class SmartScale_Scale_EXTRACT_FIT { private rect: Sprite; constructor() { Laya.init(550, 400); Laya.stage.scaleMode = Stage.SCALE_EXACTFIT; Laya.stage.bgColor = "#232628"; this.createCantralRect(); } private createCan...
来源: Laya_示例 发布时间: 20260820