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

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

131. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 34%]

...字节偏移量位置处写入 Float32 值。范围是$\left[-2^{128}, 2^{127}\right]$,约为-3.4E38—3.4E+38。 ```typescript var byte:Byte = new Byte(); byte.writeFloat32(10.021); ``` - **writeFloat64**(value:Number):void写入float64位数值 其数值范围为-1.7E308~1.7E+308。 - **writeI...

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

132. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 34%]

...字节偏移量位置处写入 Float32 值。范围是$\left[-2^{128}, 2^{127}\right]$,约为-3.4E38—3.4E+38。 ```typescript var byte:Laya.Byte = new Laya.Byte(); byte.writeFloat32(10.021); ``` - **writeFloat64**(value:number):void写入float64位数值 其数值范围为-1.7E308~1.7E+308。 ...

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

133. socket通讯返回数据 [ 34%]

... zxc1315 • 2018-02-11 11:03 服务端 已经接到了 登陆的端口号 127.0.0.1:62932 GET / HTTP/1.1 Host: localhost:8899 Connection: Upgrade Pragma: no-cache Cache-Control: no-cache Upgrade: websocket Origin: file:// Sec-WebSocket-Version: 13 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) Ap...

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

134. ts加密md5码封装 [ 33%]

...); if (c < 128) { utftext += String.fromCharCode(c); } else if ((c > 127) && (c < 2048)) { utftext += String.fromCharCode((c >> 6) | 0b11000000); utftext += String.fromCharCode((c & 0b00111111) | 0b10000000); } else { utftext += String.fromCharCode((c >> 12) | 0b1110...

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

135. laya.d3.component.Animator_API3.0 [ 30%]

...wUpdateDelty(value: number): void Defined in laya/d3/component/Animator.ts:127 Parameters value: number Returns void speed get speed(): number set speed(value: number): void Defined in laya/d3/component/Animator.ts:111 动画的播放速度,1.0为正常播放速度。 Returns number Defined in laya/...

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

136. 缓存工具-layadcc(TypeScript-LayaNative原生服务-LayaNative进阶) [ 29%]

...多的Download **打印信息说明:** 这里面的url后面跟着的 @127.0.0.1是调试用的,表示这个文件对应的服务器地址。s=0表示这个文件没有dcc信息, l=xxx表示下载的文件的长度。 如果打了资源包,即cache目录下的东西拷贝到上面指定的...

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

137. laya.ani.AnimationTemplet_API3.0 [ 28%]

...t Overrides Resource.__constructor Defined in laya/ani/AnimationTemplet.ts:127 Returns AnimationTemplet Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 destroyedImmediately destroyedImmediately: boolean Inherited from Resource.destroyedImmediately D...

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

138. 打包成APK运行一半崩溃 [ 25%]

...﹕ Download [  ]:http://192.168.167.103:8901/bi ... g.png 04-11 11:17:11.127    8591-8645/com.mygame.laya I/LayaBox﹕ Download end:404 04-11 11:17:11.127    8591-8645/com.mygame.laya I/LayaBox﹕ Downloaded http://192.168.167.103:8901/bi ... 7.103 s=0 l=0 04-11 11:17:11.127    8591-8645/com...

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

139. laya.resource.TextureCube_API3.0 [ 24%]

...ata(ddsInfo: DDSTextureInfo): void Defined in laya/resource/TextureCube.ts:127 Parameters ddsInfo: DDSTextureInfo Returns void setImageData setImageData(source: (HTMLImageElement | HTMLCanvasElement | ImageBitmap)[], premultiplyAlpha: boolean, invertY: boolean): void Defined in laya/resource/Texture...

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

140. laya.ani.bone.Templet_API3.0 [ 23%]

...r Overrides Resource.__constructor Defined in laya/ani/AnimationTemplet.ts:127 Returns Templet Properties _id _id: number = 0 Inherited from Resource._id Defined in laya/resource/Resource.ts:97 aniSectionDic aniSectionDic: any Defined in laya/ani/bone/Templet.ts:76 bindBoneBoneSlotDic bindBoneBoneSl...

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