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

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

11. laya.d3.math.Rand [ 82%]

... getSignedFloat():Number 获取-1到1之间的浮点随机数。 Rand  getUint():Number 获取无符号32位整形随机数。 RandProperty Detailseedpropertyseed:uint 获取随机种子。 Implementation     public function get seed():uint    public function set seed(value:uint):voidseed...

来源: laya_api 发布时间: 20170929

12. laya.d3.math.Rand [ 82%]

... getSignedFloat():Number 获取-1到1之间的浮点随机数。 Rand  getUint():Number 获取无符号32位整形随机数。 RandProperty Detailseedpropertyseed:uint 获取随机种子。 Implementation     public function get seed():uint    public function set seed(value:uint):voidseed...

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

13. laya.utils.Byte [ 82%]

...地址低位存储值的低位,地址高位存储值的高位。 Byte  getUint16():uint 从字节流的当前字节偏移量位置处读取一个 Uint16 值。 Byte  getUint32():uint 从字节流的当前字节偏移量位置处读取一个 Uint32 值。 Byte  getUint8():uint 从字节流的...

来源: laya_api 发布时间: 20170929

14. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 81%]

...ssors bufferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage serilizeVertexDeclaration setData unbind Constructors constructor new NativeVertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): NativeVertexBuffer3D Overrides VertexBuff...

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

15. socket大型项目回调 [ 80%]

...return buffer; } public decode(buffer:Laya.Byte){ var type:number = buffer.getUint8(); var len:number = (buffer.getUint8() << 16 | buffer.getUint8() << 8 | buffer.getUint8()) >>> 0; var body:Laya.Byte; if (buffer.bytesAvailable >= len) { // body = new Laya.Byte(); // if (len)...

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

16. laya.d3.graphics.VertexBuffer3D_API3.0 [ 79%]

...ssors bufferUsage canRead instanceBuffer vertexDeclaration Methods destroy getUint8Data orphanStorage setData unbind Constructors constructor new VertexBuffer3D(byteLength: number, bufferUsage: BufferUsage, canRead?: boolean): VertexBuffer3D Overrides VertexBuffer.constructor Defined in laya/d3/grap...

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

17. Uncaught TypeError: Cannot read property 'indexCount' [ 75%]

...ot find scene:GameView.scene undefined 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Cannot read property 'displayObject' of null 鼠标自定义样式官方有支持吗,Laya.Mouse.hide()会报Uncaught TypeError: Cannot read property 'cursor' of undefined错误 Uncaught unkno...

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

18. Uncaught TypeError: Cannot read property 'asCom' of null [ 73%]

...ncaught unknown animationClip version. 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Cannot read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameView.scene undefined laya的模型动画对360小游戏不适配 报game.js:22084 Uncaught getUint16 er...

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

19. Uncaught TypeError: Cannot read property 'addEventListener' of null,btn为null [ 71%]

...d property 'cursor' of undefined错误 加载龙骨动画出报错Uncaught getUint16 error - Out of bounds Uncaught TypeError: Cannot read property 'props' of undefined Uncaught unknown animationClip version. Cannot read property 'displayObject' of null 运行报错 Uncaught Can not find scene:GameV...

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

20. LayaFlash:求ByteArray.jas ->readMultiByte对gb2312的实现翻译 [ 71%]

...max) {                                  c = _data_.getUint8 (this._position_++);                                  if (c < 0x80) {                    if (c !=0)                    {                        val...

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