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

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

1. int/Number/uint之前的强转需要注意哪些问题? [ 100%]

int/Number/uint之前的强转需要注意哪些问题? 2015-12-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 cuixueying 赞同来自: 使用int/Number/uint须知 (1)、Number赋值int注意事项描述...

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

2. 将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? [ 96%]

将一个Number类型的变量赋给一个int型变量,转换后为何没有自动取整呢? var i:Number=1.111111111111; var b:int=i; trace(b);as下结果为1,h5下还是1.111111111111   2015-12-03 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与...

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

3. laya.utils.Byte [ 93%]

...字节。 返回值的范围是从 -128 到 127。 Byte  readFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单精度(32 位)浮点数。 Byte  readFloat32Array(start:int, len:int):* 从字节流中 start 参数指定的位置开始,读取 len 参数指定...

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

4. laya.utils.Byte [ 93%]

...的字节。 返回值的范围是从 -128 到 127。 Byte  getFloat32():Number 从字节流的当前字节偏移位置处读取一个 IEEE 754 单精度(32 位)浮点数。 Byte  getFloat32Array(start:int, len:int):* 从字节流中 start 参数指定的位置开始,读取 len 参数指...

来源: laya_api 发布时间: 20170929

5. laya.d3.resource.RenderTexture [ 93%]

...ods Show Inherited Public Methods MethodDefined By  RenderTexture(width:Number, height:Number, format:int, depthStencilFormat:int) RenderTexture _getSource():*[override] 获取纹理资源。 BaseTexture generateMipmap():void 通过基础数据生成mipMap。 BaseTexture  getData(x:Number, y:...

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

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

...ew Laya.Byte(buffer); ``` ​ - **writeArrayBuffer**(arraybuffer:*, offset:number = 0, length:number = 0):void 写入指定的二进制缓冲数据。指定数据的偏移量和长度,如下: ```typescript var byte:Laya.Byte = new Laya.Byte(); var byte1:Laya.Byte = new Laya.Byte(); byte1.writeFl...

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

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

...TFString())//从byte中读出字符串。 ``` - 读取数据 **getByte**():number在字节流中读一个字节。 **getInt16**():number在当前字节偏移量位置处读取 Int16 值。 **getInt32**():number在当前字节偏移量位置处读取 Int32 值 **getFloat32**():number在指定字节...

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

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

...**():int在当前字节偏移量位置处读取 Int32 值 **getFloat32**():Number在指定字节偏移量位置处读取 Float32 值。 **getFloat32Array**(start:int, len:int):*从指定的位置读取指定长度的数据用于创建一个 Float32Array 对象并返回此对象。 **getFloat64**():N...

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

9. laya.utils.Byte_API3.0 [ 89%]

...数据部分。 Returns ArrayBuffer bytesAvailable get bytesAvailable(): number Defined in laya/utils/Byte.ts:595 可从字节流的当前位置到末尾读取的数据的字节数。 Returns number endian get endian(): string set endian(value: string): void Defined in laya/utils/Byte.ts:81 Byte 实...

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

10. laya.d3.terrain.TerrainLeaf [ 88%]

...):voidTerrainLeaf  calcLeafBoudingSphere(worldMatrix:Matrix4x4, maxScale:Number):voidTerrainLeaf  calcLODErrors(terrainHeightData:Float32Array, heighDataWidth:int, heightDataHeight:int):voidTerrainLeaf  calcOriginalBoudingBoxAndSphere():voidTerrainLeaf  calcSkirtVertextBuffer(offsetChunkX:in...

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