大约有 410 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0102 秒)
Laya_社区(230) Laya3.0_api(48) Laya2.0_文档(37) Laya3.0_文档(22) Laya_示例(20) Laya2.0_示例(19) laya_api(17) Laya2.0_api(17)
...demo有没有另外的实现方式 list中使用ComboBox在代码中设置labels不显示 Laya 鼠标Cursor怪异问题,有demo 路径是对的,但老是,调试控制台提示:错误,图片是IDE自带的,也不显示 问题状态 最新活动: 2025-12-16 19:00 浏览: 3825 关注: 1 人...
来源: Laya_社区 发布时间: 20251216
...private hr: HttpRequest; private logger: Laya.TextArea; private text: Laya.Label = new Laya.Label(); onAwake(): void { this.initUI(); this.connect(); } /** * 初始化UI */ private initUI(): void { this.showLogger(); this.text.text = "请查看源码和调试信息,了解如何使用"; this.text.c...
来源: Laya3.0_文档 发布时间: 20251010
...位置。 Node addChildren(... args):void 批量增加子节点 Node addLabel(label:String, index:int):void 增加一个帧标签到指定索引的帧上。当动画播放到此索引的帧时会派发Event.LABEL事件,派发事件是在完成当前帧画面更新之后。 AnimationPlayerBase ...
来源: laya_api 发布时间: 20170929
...is.input_password, this.input_repassword]; /** 标签数组 */ private _arrLabel: Laya.Label = [this.lb_nickname, this.lb_mobile, this.lb_password, this.lb_repassword]; /** 验证标记 */ private _arrCheck: boolean = [false, false, false, false]; private init() { // 设置背景色为场景高度 t...
来源: Laya_社区 发布时间: 20200410
...tType++; _castType %= 2; switch (_castType) { case 0: (e.target as Button).label = "释放显存"; loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (_scene)//_scene不为空表示场景已加载完成 garbageCollection(); break; } /** * @private 销毁场景并且释放资...
来源: Laya2.0_文档 发布时间: 20210715
...造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics _scene _skinBaseUrl _url autoSize hitTestPrior mouseThrough name tag drawtocanvCtx...
来源: Laya3.0_api 发布时间: 20231115
...his._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @private 销毁场景...
来源: Laya2.0_文档 发布时间: 20210715
...同来自: 代码示例如下: var a = Laya.stage.addChild(new Laya.Label("ब्राह्मी1"));a.fontSize = 50 启动laya air调试 在控制台输入上面代码,就可以发现问题 2019-09-27 0 3 分享 微博 QZONE 微信 陈志桦 赞同来自: 使用laya air调试 , ...
来源: Laya_社区 发布时间: 20190927
...true時是否會遞歸調用子對象的destroy方法? 引擎中有使得Label中文字逐字显示的方法吗? 手游的时候一般会对堆栈信息进行一些上报用于定位问题,请问一下H5这块有什么好的方法吗? 有没有克隆控件的方法,prefab能否在代码上...
来源: Laya_社区 发布时间: 20170823
...型导出后在laya中显示不正常 laya2.0引入第三方库失败 ui.Label经常崩掉 FD 宏编译时 出现 试图访问该方法时失败 做好的粒子特效在U3D里循环正常。在LAYA插件里预览跳帧闪烁。序列素材本身也是循环的。但是不知道为什么会跳帧。 ...
来源: Laya_社区 发布时间: 20180111