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

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

1. socket大型项目回调 [ 100%]

...meoutId:any = null; private handshakeCallback:any = null; private handshakeBuffer:any; private initCallback:Function = null; private _callbacks:any = {}; private reqId:number = 0; private _package:IPackage; private _message:IMessage; constructor(){ if(!console.group){ console.group = console.log; co...

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

2. 网络和格式-ProtocolBuffer [ 99%]

...sg) throw Error(errMsg); // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer // Or, encode a plain object var buffer = AwesomeMessage.encode( { awesomeField: "AwesomeString" }).finish(); // ... do somet...

来源: Laya_示例 发布时间: 20241117

3. 网络和格式-ProtocolBuffer [ 99%]

...sg) throw Error(errMsg); // Encode a message to an Uint8Array (browser) or Buffer (node) var buffer = AwesomeMessage.encode(message).finish(); // ... do something with buffer // Or, encode a plain object var buffer = AwesomeMessage.encode( { awesomeField: "AwesomeString" }).finish(); // ... do somet...

来源: Laya2.0_示例 发布时间: 20241117

4. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 98%]

...nals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeUniformBufferObject" NativeUniformBufferObject Class NativeUniformBufferObject Hierarchy UniformBufferObject NativeUniformBufferObject Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchUnif...

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

5. laya.d3.graphics.VertexBuffer3D_API3.0 [ 98%]

...All Inherited Externals Only exported Menu Globals "laya/d3/graphics/VertexBuffer3D" VertexBuffer3D Class VertexBuffer3D 请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建 VertexBuffer3D 类用于创建顶点缓冲。 Hierarchy VertexBuffer VertexBuffer3D NativeVertexBuffer3D Index Constru...

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

6. 用javascript如何实现游戏登录游戏前的资源加载进度,如何将图片,音乐等素材加载到界面通过加载条显示加载进度 [ 98%]

...(token) { Laya.loader.load([{ url: "res/ui/LoadProgress.fui", type: Loader.BUFFER }], Handler.create(this, this.loadProgress)) this.token = token; } public loadProgress() { this.progressUI = UIBase.create(LoadProgress.UI_LoadProgress, "LoadProgress", LoadProgress.LoadProgressBinder.bindAll) this.pro...

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

7. laya.d3.graphics.IndexBuffer3D_API3.0 [ 98%]

... All Inherited Externals Only exported Menu Globals "laya/d3/graphics/IndexBuffer3D" IndexBuffer3D Class IndexBuffer3D 请使用LayaGL.RenderOBJCreate.createIndexBuffer3D来创建 IndexBuffer3D 类用于创建索引缓冲。 Hierarchy IndexBuffer IndexBuffer3D NativeIndexBuffer3D Index Constructors ...

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

8. laya.d3.renderobjs.nativeobj.NativeVertexBuffer3D_API3.0 [ 98%]

...rnals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeVertexBuffer3D" NativeVertexBuffer3D Class NativeVertexBuffer3D Hierarchy VertexBuffer3D NativeVertexBuffer3D Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchVertexBuffer3D _glBuffer Acc...

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

9. laya.d3.renderobjs.nativeobj.NativeIndexBuffer3D_API3.0 [ 97%]

...ernals Only exported Menu Globals "laya/d3/RenderObjs/NativeOBJ/NativeIndexBuffer3D" NativeIndexBuffer3D Class NativeIndexBuffer3D Hierarchy IndexBuffer3D NativeIndexBuffer3D Index Constructors constructor Properties _buffer _bufferType _bufferUsage _byteLength _conchIndexBuffer3D _glBuffer Accessor...

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

10. AS版本生成的js中出现了this.Buffer() [ 97%]

AS版本生成的js中出现了this.Buffer() 源代码:var voiceBase64:* = new Buffer(voice); js文件:new /*no*/ this.Buffer(voice);   我每次还需要手动去替换掉·· 2018-08-01 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关...

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