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

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

131. 问一个关于小游戏加载图片的问题 [ 38%]

...必要条件: 1、一个已备案的域名,不是localhost、也不是127.0.0.1,域名不能加端口 2、加ssl证书,也就是https://~~~ 4、HTTPS 服务器的 TLS 版本支持1.2及以下版本,一般就是1.0、1.1、1.2要同时支持这三个版本,一个也不能少,要不然...

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

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

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

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

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

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

135. socket通讯返回数据 [ 33%]

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

136. ts加密md5码封装 [ 32%]

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

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

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

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

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

139. laya.ani.AnimationTemplet_API3.0 [ 27%]

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

140. 打包成APK运行一半崩溃 [ 24%]

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