大约有 638 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0140 秒)
Laya_社区(390) laya_api(53) Laya3.0_api(48) Laya2.0_文档(47) Laya3.0_文档(33) Laya2.0_示例(31) Laya_示例(28) Laya2.0_api(8)
....net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200) at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:357) at java.net.Socket.connect(Socket.java:616) ...
来源: Laya_社区 发布时间: 20181126
....wxdown({ url: fileUrl, success: function (data) { if (data.statusCode === 200) MiniFileMgr.readFile(data.tempFilePath, encoding, callBack, readyUrl, isSaveFile, fileType, isAutoClear); else if (data.statusCode === 403) { callBack != null && callBack.runWith([0, fileUrl]); } else { callBack ...
来源: Laya_社区 发布时间: 20200103
...et img = sharp(file); let meta = await img.metadata(); if (meta.width < 200 && meta.height < 200) return "source"; //source是一个特殊的字符串,表示返回源文件。 else return await img.resize(AssetThumbnail.imageSize, AssetThumbnail.imageSize, { fit: "inside" }).png().to...
来源: Laya3.0_文档 发布时间: 20251010
...t'; private JS_WS_CLIENT_VERSION:string = '0.0.5'; private RES_OK:number = 200; private RES_FAIL:number = 500; private RES_OLD_CLIENT:number = 501; private socket:Laya.Socket = null; private callbacks:any = {}; private handlers:any = {}; // Map from request id to route private routeMap = {}; private...
来源: Laya_社区 发布时间: 20180119
...11" Defined in laya/ui/TipManager.ts:16 Static tipDelay tipDelay: number = 200 Defined in laya/ui/TipManager.ts:17 Static tipTextColor tipTextColor: string = "#ffffff" Defined in laya/ui/TipManager.ts:15 Accessors _isHeightSet get _isHeightSet(): boolean Inherited from Text._isHeightSet Defined in l...
来源: Laya3.0_api 发布时间: 20231115
...r): void Inherited from UIComponent.left Defined in laya/ui/UIComponent.ts:200 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 Returns number Inherited from UIComponent.left Defined in laya/ui/UIComponent.ts:204 从组件左边到其内容区域左边之间的...
来源: Laya3.0_api 发布时间: 20231115
...ui/Image.ts:196 资源分组。 Returns string Defined in laya/ui/Image.ts:200 资源分组。 Parameters value: string Returns void height get height(): number set height(value: number): void Inherited from Text.height Defined in laya/display/Sprite.ts:499 显示对象的高度,单位为像素,...
来源: Laya3.0_api 发布时间: 20231115
...r): void Inherited from UIComponent.left Defined in laya/ui/UIComponent.ts:200 从组件左边到其内容区域左边之间的水平距离(以像素为单位)。 Returns number Inherited from UIComponent.left Defined in laya/ui/UIComponent.ts:204 从组件左边到其内容区域左边之间的...
来源: Laya3.0_api 发布时间: 20231115
...的 x,y,width,heith 值,用逗号连接为字符串。 例如:"0,0,100,200"。 see #includeExamplesSummary 请参考示例 Returns string Defined in laya/ui/Dialog.ts:232 用来指定对话框的拖拽区域。默认值为"0,0,0,0"。 格式:构成一个矩形所需的 x,y,width,heith 值,...
来源: Laya3.0_api 发布时间: 20231115
...的距离。正如下面动图14-2所示,图左是默认值1,图右是200的固定值。  (动图14-2) ##### 其它说明: 其它属性与距离关节一样去理解,就不再重复介绍了。 #### 2.3.3 鼠标关节 `MouseJoint` 鼠标关节用于通过鼠标来操...
来源: Laya2.0_文档 发布时间: 20210714