大约有 114 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0032 秒)
... 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
... 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
...地址低位存储值的低位,地址高位存储值的高位。 Byte getUint16():uint 从字节流的当前字节偏移量位置处读取一个 Uint16 值。 Byte getUint32():uint 从字节流的当前字节偏移量位置处读取一个 Uint32 值。 Byte getUint8():uint 从字节流的...
来源: laya_api 发布时间: 20170929
...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
...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
...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
...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
...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
...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
...max) { c = _data_.getUint8 (this._position_++); if (c < 0x80) { if (c !=0) { val...
来源: Laya_社区 发布时间: 20160606