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

大约有 312 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0037 秒)

1. String怎么转换为Uint8Array? [ 100%]

String怎么转换为Uint8Array? reason:string = “&¥#”; //比如这个reason是个服务器发我的乱码的字符串 var byte:Laya.Byte = new Laya.Byte(); byte.writeUTFString(reason); var uint8ar = byte.getUint8Array(0, byte.length); 我解析出来的二进制数组跟服务端对...

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

2. 加载一个txt文件 getRes出来类型为string转换成数组吗 [ 95%]

加载一个txt文件 getRes出来类型为string转换成数组吗 Laya.loader.load("res/text.txt", Handler.create(this, onAssetLoaded1), null, Loader.TEXT); var pic1 = Loader.getRes("res/2D特效/text.txt"); console.log(typeof pic1); 输出的类型为string 2017-06-20 添加评论 免费帖 ...

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

3. laya.utils.Utils_API3.0 [ 91%]

... Utils Class Utils Utils 是工具类。 Hierarchy Utils Index Methods fromStringColor getBaseName getFileExtension getGID parseInt replaceFileExtension toAngle toHexColor toRadian Methods Static fromStringColor fromStringColor(value: string): number Defined in laya/utils/Utils.ts:40 Parameters valu...

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

4. laya.utils.Utils [ 90%]

...Utils 是工具类。 Public Properties PropertyDefined By  parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods  MethodDefined By  bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils  fit...

来源: Laya2.0_api 发布时间: 20190513

5. UTF-8 ArrayBuffer和字符串之间的转换 [ 89%]

UTF-8 ArrayBuffer和字符串之间的转换 [code]function uintToString(uintArray) { var encodedString = String.fromCharCode.apply(null, uintArray), decodedString = decodeURIComponent(escape(atob(encodedString))); return decodedString; }这种方法不行! [/code] 2019-04-12 添加评论 免费...

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

6. laya.net.URL_API3.0 [ 89%]

...lize overrideExtension postFormatURL Constructors constructor new URL(url: string): URL Defined in laya/net/URL.ts:51 创建一个新的 URL 实例。 Parameters url: string Returns URL Properties Static basePath basePath: string = "" Defined in laya/net/URL.ts:16 基础路径。如果不设置,...

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

7. laya.utils.Utils [ 89%]

...Utils 是工具类。 Public Properties PropertyDefined By  parseXMLFromString : Function[static] 将字符串解析成 XML 对象。 UtilsPublic Methods  MethodDefined By  bind(fun:Function, scope:*):Function[static] 给传入的函数绑定作用域,返回绑定后的函数。 Utils  fit...

来源: laya_api 发布时间: 20170929

8. laya.resource.HTMLCanvas [ 85%]

...s  destroy():void[override] 销毁。 HTMLCanvas  getContext(contextID:String, other:* = null):Context 获取 Canvas 渲染上下文。 HTMLCanvas  getMemSize():int 获取内存大小。 HTMLCanvas  getTexture():Texture 获取texture实例 HTMLCanvas  release():void 释放。 HTMLCanvas ...

来源: Laya2.0_api 发布时间: 20190513

9. laya.ui.UIUtils [ 85%]

...:void[static] 给指定的目标显示对象添加滤镜。 UIUtils  adptString(str:String):String[static] 替换字符串中的转义字符 UIUtils  clearFilter(target:Sprite, filterType:Class):void[static] 移除目标显示对象的指定类型滤镜。 UIUtils  fillArray(arr:Array, str:Str...

来源: Laya2.0_api 发布时间: 20190513

10. laya.ui.UIUtils [ 85%]

...:void[static] 给指定的目标显示对象添加滤镜。 UIUtils  adptString(str:String):String[static] 替换字符串中的转义字符 UIUtils  clearFilter(target:Sprite, filterType:Class):void[static] 移除目标显示对象的指定类型滤镜。 UIUtils  fillArray(arr:Array, str:Str...

来源: laya_api 发布时间: 20170929