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

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

1. laya.d3.renderobjs.nativeobj.NativeUniformBufferObject_API3.0 [ 100%]

...name: string bufferUsage: BufferUsage byteLength: number isSingle: boolean Returns NativeUniformBufferObject Properties _buffer _buffer: Float32Array | Uint16Array | Uint8Array | Uint32Array Inherited from Buffer._buffer Defined in laya/RenderEngine/Buffer.ts:8 _bufferType _bufferType: number Inheri...

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

2. Laya 绑定显示内容到骨骼动画 [ 97%]

...ResultMatrixByFrame(skeleton.index); result=matrix.transformPoint(result); return result; } }     以上是自定义代码部分,下面是laya源码的修改:   1. laya.ani.js 文件中 Bone 类中添加通过帧数来获取矩阵的方法 //返回变化矩阵     __proto.getResultMatrix...

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

3. bind函数的作用 [ 95%]

...ction. */ bind(this: Function, thisArg: any, ...argArray: any[]): any; /** Returns a string representation of a function. */ a15715740412 • 2018-01-30 16:31 你们lib.ts中的bind qian • 2018-01-30 16:33 能说一下是哪里的么 我看一下 a15715740412 • 2018-01-30 16:33 lib.d.ts a1571574...

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

4. socket无法连接服务器 [ 80%]

...  NetSocket._instance.initSocket();             }             return NetSocket._instance;         }         private state_: EConnectionState = EConnectionState.eDistconnected;         private initSocket(): void {             this.on(Laya.Event.OPEN, this, this.onConect...

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

5. laya.d3.graphics.VertexBuffer3D [ 69%]

...类型。 Method Detailbind()methodoverride public function bind():Boolean ReturnsBooleandestroy()method override public function destroy():void getData()method  public function getData():* 获取顶点数据。 Returns* — 顶点数据。 setData()method  public function setData(data:*, bufferO...

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

6. laya.utils.Utils [ 67%]

...rameters fun:Function — 函数对象。  scope:* — 函数作用域。 ReturnsFunction — 绑定后的函数。 fitDOMElementInArea()method  public static function fitDOMElementInArea(dom:Object, coordinateSpace:Sprite, x:Number, y:Number, width:Number, height:Number):void 使DOM元素使用...

来源: laya_api 发布时间: 20170929

7. laya.utils.Utils [ 66%]

...rameters fun:Function — 函数对象。  scope:* — 函数作用域。 ReturnsFunction — 绑定后的函数。 fitDOMElementInArea()method  public static function fitDOMElementInArea(dom:Object, coordinateSpace:Sprite, x:Number, y:Number, width:Number, height:Number):void 使DOM元素使用...

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

8. 微信小游戏加载资源问题 [ 65%]

...ength; i < sz; i++) { if (url.indexOf(MiniAdpter.nativefiles[i]) != -1) return true; } return false; } static getFileInfo(fileUrl) { var fileNativePath = fileUrl; var fileObj = MiniFileMgr.fakeObj[fileNativePath]; if (fileObj == null) return null; else return fileObj; return null; } static read(f...

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

9. 用Image类创建的图片,绑定事件后报错,以前用Sprite类创建是好的 [ 65%]

...人 sky_fly • 2017-03-24 10:14 找到问题了,我写的方法,忘记return了,哈哈哈

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

10. 微信小游戏发布问题 [ 62%]

微信小游戏发布问题 fs.js:558 return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode); ^ Error: ENOENT: no such file or directory, open 'E:\Laya\Projects_Laya Air\TestWXgame\release\layaweb\v1.0.0\js\ui\ControlView.js' at Object.fs.openSync (fs.js:558:18) at Object.modul...

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