• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 315 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0062 秒)

201. 使用百度地图显示当前位置(ActionScript-LayaAir基础篇(AS3)-硬件设备相关) [ 66%]

...Error函数: ```java private function onError(e:*):void { var errType:String; if (err.code = Geolocation.PERMISSION_DENIED) errType = "Permission Denied"; else if (err.code == Geolocation.POSITION_UNAVAILABLE) errType = "Position Unavailable"; else if (err.code == Geolocation.T...

来源: Laya2.0_文档 发布时间: 20210715

202. laya.resource.HTMLCanvas_API3.0 [ 66%]

...锁,如果true为不能使用自动释放机制。 Optional name name: string Inherited from Resource.name Defined in laya/resource/Resource.ts:105 名称。 url url: string Inherited from Resource.url Defined in laya/resource/Resource.ts:107 获取资源的URL地址。 uuid uuid: string Inherited...

来源: Laya3.0_api 发布时间: 20231115

203. Input沒toLowerCase方法吗? [ 66%]

...ayaAir增加这种常用方法。 cuixueying • 2017-07-24 11:44 这个是string的方法吧,input也有?

来源: Laya_社区 发布时间: 20170214

204. laya.ui.ComboBox_API3.0 [ 66%]

...tPoint updateZOrder fromImage Constructors constructor new ComboBox(skin?: string, labels?: string): ComboBox Overrides UIComponent.constructor Defined in laya/ui/ComboBox.ts:164 创建一个新的 ComboBox 组件实例。 Parameters Default value skin: string = null 皮肤资源地址。 Default va...

来源: Laya3.0_api 发布时间: 20231115

205. laya.ui.List [ 66%]

...获取。设置为true,对性能有一定影响。 Sprite blendMode : String指定要使用的混合模式。目前只支持"lighter"。Sprite bottom : Number 从组件底边到其内容区域底边之间的垂直距离(以像素为单位)。 Component  cacheAs : String[override] 指定显...

来源: laya_api 发布时间: 20170929

206. laya.ui.Label_API3.0 [ 66%]

...rentPoint updateZOrder fromImage Constructors constructor new Label(text?: string): Label Overrides UIComponent.constructor Defined in laya/ui/Label.ts:132 创建一个新的 Label 实例。 Parameters Optional text: string 文本内容字符串。 Returns Label Properties Optional _extra _extra: IN...

来源: Laya3.0_api 发布时间: 20231115

207. Laya.loader.load GPUMemory如何不增加 [ 66%]

...增加一个音效 希望给spine增加一个showSlotSkinByName(slotName:String, name:String)方法 官网提供的一些修改过的第三方库,以后是否有打算增加一些as的mvc框架的支持库 3D模型增加拖尾组件后有内存泄漏 希望IDE增加个代码格式化功能 关于...

来源: Laya_社区 发布时间: 20191027

208. laya.ui.Radio_API3.0 [ 66%]

...rentPoint updateZOrder fromImage Constructors constructor new Radio(skin?: string, label?: string): Radio Overrides Button.constructor Defined in laya/ui/Radio.ts:12 创建一个新的 Radio 类实例。 Parameters Default value skin: string = null 皮肤。 Default value label: string = "" 标签...

来源: Laya3.0_api 发布时间: 20231115

209. laya.ui.LayoutBox_API3.0 [ 66%]

...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

210. 组件装饰器说明 · LayaAir3.3 · 引擎文档 · LAYABOX [ 66%]

...显示Tips或属性的中文别名等完整功能需求 @property({ type: String, caption: "IDE显示用的别名", tips: "这是一个文本对象,只能输入文本哦" }) public text1: string = ""; //装饰器属性类型的简写方式,适用于只定义类型的需求 @property(String) publ...

来源: Laya3.0_文档 发布时间: 20251010