大约有 312 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0124 秒)
Laya3.0_api(79) Laya_社区(75) Laya2.0_api(68) laya_api(61) Laya3.0_文档(14) Laya2.0_文档(14) Laya2.0_示例(1)
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite cacheAs : String 指定显示对象是否缓存为静态图像,cacheAs时,子对象发生变化,会自动重新缓存,同时也可以手动调用...
来源: laya_api 发布时间: 20170422
...entPoint updateZOrder fromImage Constructors constructor new Button(skin?: string, label?: string): Button Overrides UIComponent.constructor Defined in laya/ui/Button.ts:212 创建一个新的 Button 类实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default value label:...
来源: Laya3.0_api 发布时间: 20231115
...nt updateZOrder fromImage Constructors constructor new RadioGroup(labels?: string, skin?: string): RadioGroup Inherited from UIGroup.constructor Overrides UIComponent.constructor Defined in laya/ui/UIGroup.ts:63 创建一个新的 Group 类实例。 Parameters Default value labels: string = null 标...
来源: Laya3.0_api 发布时间: 20231115
...中。 2.5 onError函数: private onError(e: any): void { var errType: string; if (e.code = Laya.Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (e.code == Laya.Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT) er...
来源: Laya3.0_文档 发布时间: 20241014
... 2.5 onError函数: ```java private onError(e: any): void { var errType: string; if (e.code = Laya.Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (e.code == Laya.Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (e.code == Laya.Geolocation.TIMEOUT...
来源: Laya2.0_文档 发布时间: 20210714
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...Point updateZOrder fromImage Constructors constructor new UIGroup(labels?: string, skin?: string): UIGroup Overrides UIComponent.constructor Defined in laya/ui/UIGroup.ts:63 创建一个新的 Group 类实例。 Parameters Default value labels: string = null 标签集字符串。以逗号做分割...
来源: Laya3.0_api 发布时间: 20231115
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...Node._scene Defined in laya/display/Node.ts:641 _skinBaseUrl _skinBaseUrl: string Inherited from Text._skinBaseUrl Defined in laya/display/Sprite.ts:276 如果节点需要加载相关的皮肤,但放在不同域,这里可以设置 Optional _url _url: string Inherited from Node._url Defined in la...
来源: Laya3.0_api 发布时间: 20231115
...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component cacheAs : String 指定显示对象...
来源: laya_api 发布时间: 20170929