大约有 30 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0032 秒)
...URL 与包含脚本的文本具有相同的主机名和端口。 data:* (default = null) — (default = null)发送的数据。 method:String (default = get) — (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 responseType:String (default = text) — (defaul...
来源: laya_api 发布时间: 20170929
...URL 与包含脚本的文本具有相同的主机名和端口。 data:* (default = null) — (default = null)发送的数据。 method:String (default = get) — (default = "get")用于请求的 HTTP 方法。值包括 "get"、"post"、"head"。 responseType:String (default = text) — (defaul...
来源: Laya2.0_api 发布时间: 20190513
...存。 Parameters url:String — 资源地址。 forceDispose:Boolean (default = false) — 是否强制销毁,有些资源是采用引用计数方式销毁,如果forceDispose=true,则忽略引用计数,直接销毁,比如Texture,默认为false clearResByGroup()method public function...
来源: laya_api 发布时间: 20170929
... /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */ "module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ES...
来源: Laya_社区 发布时间: 20190408
...存。 Parameters url:String — 资源地址。 forceDispose:Boolean (default = false) — 是否强制销毁,有些资源是采用引用计数方式销毁,如果forceDispose=true,则忽略引用计数,直接销毁,比如Texture,默认为false clearResByGroup()method public static f...
来源: laya_api 发布时间: 20170929
...,params:xx},{url:xx,clas:xx,priority:xx,params:xx}]。 complete:Handler (default = null) — 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也就是单个资源地址,如果加载成功,则回调参数值为加载完成的资源,否则为null;2. url...
来源: Laya2.0_api 发布时间: 20190513
...ayaair2-cmd.js LayaMaxUI的导出能不能采用ES6 module的方式 export default 这种方式太痛苦了 2.2.0版本用命令行发布包报出异常 Error: Cannot find module 'gulp' 问题状态 最新活动: 2019-02-28 16:45 浏览: 3263 关注: 5 人 151*****601 • 2018-10-02 21:29 能不能...
来源: Laya_社区 发布时间: 20181002
...,clas:xx,priority:xx,params:xx},{url:xx,clas:xx,priority:xx,params:xx}]。 Default value complete: Handler | null = null 加载结束回调。根据url类型不同分为2种情况:1. url为String类型,也就是单个资源地址,如果加载成功,则回调参数值为加载完成的资源...
来源: Laya3.0_api 发布时间: 20231102
...是否缓存及派发完成事件 Event.COMPLETE 。 Parameters content:* (default = null) — 加载后的数据 getAtlas()method public static function getAtlas(url:String):Array 获取指定资源地址的图集地址列表。 Parameters url:String — 图集地址。 ReturnsArray — 返回地...
来源: Laya2.0_api 发布时间: 20190513
...尝试连接到指定的主机和端口。 see laya.utils.Byte Parameters Default value host: string | null = null 服务器地址。 Default value port: number = 0 服务器端口。 Default value byteClass: {} = null 用于接收和发送数据的 Byte 类。如果为 null ,则使用 Byte 类,...
来源: Laya3.0_api 发布时间: 20231115