大约有 70 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0080 秒)
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
...nheritanceComboBox UIComponent Sprite Node EventDispatcher Object ComboBox 组件包含一个下拉列表,用户可以从该列表中选择单个值。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否激活...
来源: Laya2.0_api 发布时间: 20190513
...anceColorPicker UIComponent Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties PropertyDefined By active : Boolean 获取自身是否...
来源: Laya2.0_api 发布时间: 20190513
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...nu Globals "laya/ui/ColorPicker" ColorPicker Class ColorPicker ColorPicker 组件将显示包含多个颜色样本的列表,用户可以从中选择颜色。 example 以下示例代码,创建了一个 ColorPicker 实例。 package { import laya.ui.ColorPicker; import laya.utils.Handler; public c...
来源: Laya3.0_api 发布时间: 20231115
...皮动画,新版粒子,地形 也就是Unity中包含以下组件的节点: 1. Transform 2. MeshFilter 3. MeshRenderer 4. SkinnedMeshRenderer 5. Animation 6. Animator (新) 7. Terrain 8. ...
来源: Laya_社区 发布时间: 20170428
...用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 UIComponent cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,...
来源: Laya2.0_api 发布时间: 20190513
....Vector3; private delatpos: Laya.Vector3; constructor() { super(); } /** * 组件被激活后执行,此时所有节点和组件均已创建完毕,此方法只执行一次 * 此方法为虚方法,使用时重写覆盖即可 */ onAwake(): void { this.curpos = new Laya.Vector3(); } /** * 第一...
来源: Laya3.0_文档 发布时间: 20241014
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 default false 优先检测此对象的子对象,当递归检测完所有子对象后,仍然没有找到目标对象,最后再检测此对象。 mouseThrough mouseThrough: boolean = false Inherited...
来源: Laya3.0_api 发布时间: 20231115
...点作为其子节点的鼠标事件检测依据。 Stage对象和UI的View组件默认为true。 Sprite isFocused : Boolean[read-only] 舞台是否获得焦点。 Stage isVisibility : Boolean[read-only] 舞台是否处于可见状态(是否进入后台)。 Stage mask : Sprite 遮罩,可以...
来源: Laya2.0_api 发布时间: 20190513