大约有 615 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0059 秒)
...m Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number)...
来源: Laya3.0_api 发布时间: 20231115
...m Component.enabled Defined in laya/components/Component.ts:74 是否启用组件。 Returns boolean Inherited from Component.enabled Defined in laya/components/Component.ts:78 是否启用组件。 Parameters value: boolean Returns void hideFlags get hideFlags(): number set hideFlags(value: number)...
来源: Laya3.0_api 发布时间: 20231115
# RadioGroup 组件详解 > 由于很多组件属性是通用的,常用及通用的组件属性在`属性设置器`文档中已进行介绍。阅读本篇内容前请先阅读《属性设置器》文档。 ## 1、了解RadioGroup组件 ### 1.1 RadioGroup组件的作用 RadioGroup是单选框按钮...
来源: Laya2.0_文档 发布时间: 20210715
...Animation; ... }, 类似这样的复杂UI类,里面包含了各种类型的组件,当需要卸载GameUI类的时候,gameUI.removeSelf();gameUI.destroy(true);gameUI = null ,用这种方式是否可行?(里面的子组件没有在外部引用过) 2016-12-12 添加评论 免费帖 --> 分享 微...
来源: Laya_社区 发布时间: 20161212
...物,不能播放动画,使用新版动画系统。 //获取角色动画组件 this.roleAni = this.roleModel.getComponentByType(Laya.Animator); 1、unity中Legacy类型 roleAni输出为NULL 2、unity中Generic类型 roleAni输出不为NULL,this.roleAni.play("Walk");但是不能播放 附件 : -...
来源: Laya_社区 发布时间: 20180525
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite loaded : Boolean[read-only] 获取是否已加载完成。 Scene mask : Sprite 遮罩,可以设置一个对象(支持位图和矢量图),根据对象形状进行遮罩显示。 【注意...
来源: laya_api 发布时间: 20170929
...ataViewer" WXOpenDataViewer Class WXOpenDataViewer 微信开放数据展示组件,直接实例本组件,即可根据组件宽高,位置,以最优的方式显示开放域数据 Hierarchy UIComponent WXOpenDataViewer Index Constructors constructor Properties _extra _ownGraphics _scene _skinBas...
来源: Laya3.0_api 发布时间: 20231102
...不到TextInput的焦点 TextInput类型为Input.TYPE_DATE,调用日期组件问题 引擎的textinput获取焦点弹出软件盘,没有把游戏界面顶上去的问题 TextInput怎么执行focus()? 为什么这个ui中给这个TextInput组件runtime属性绑定了一个类 TextInput中文字...
来源: Laya_社区 发布时间: 20170504
...。 生命周期:preinitialize > createChildren > initialize > 组件构造函数 Hierarchy Sprite UIComponent Box ISelect Button Clip ColorPicker Label Image Slider ScrollBar ComboBox ProgressBar TipManager OpenDataContextView Index Constructors constructor Properties _extra _ownGraphics...
来源: Laya3.0_api 发布时间: 20231115
...显示,但 sprite图片显示。 解决方案: 将sprite或image类型的组件统一使用一种; 避免作为预制体使用 希望大家避免这个坑,laya开发还有许多坑,但是不要灰心,官方也在努力改进,我们多做几个测试,应该能绕过去,加油~~ 如果...
来源: Laya_社区 发布时间: 20200320