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

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

71. laya.resource.VideoTexture_API3.0 [ 74%]

... _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once videoPause videoPlay destroyUnusedResources Constructors constructor new VideoTexture(): VideoTexture Overrides BaseTexture.constructor Defined in laya/resource/VideoTexture.ts:28 创建VideoTe...

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

72. EventDispatcher移除监听的Bug(包括Delegate的效率和出错率的问题) [ 74%]

...her移除监听的Bug(包括Delegate的效率和出错率的问题) 用off方法移除事件只传caller,可选参数listener不传 off方法只做了参数数量的判断,没有判断第参数的类型,把caller当作listerner 这里应该是用类型判断没有listener参数后,找到...

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

73. laya.resource.Texture_API3.0 [ 74%]

...structor Properties _id _sizeGrid _stateNum destroyedImmediately lock name offsetX offsetY sourceHeight sourceWidth url uuid DEBUG Accessors bitmap cpuMemory destroyed gpuMemory height id obsolute referenceCount uv valid width cpuMemory gpuMemory Methods _addReference _clearReference _removeReferenc...

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

74. laya.d3.resource.TextureCube_API3.0 [ 73%]

... _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setDDSData setImageData setKTXData setPixelsData updateSubPixelsData destroyUnusedResources Constructors constructor new TextureCube(size: number, format: TextureFormat, mipmap?: boolean, sRGB?...

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

75. 释放资源报错 [ 72%]

...模型时报错 laya.d3.js:41972 Uncaught TypeError: Cannot read property 'off' of null     at SkinnedMeshRenderer.__proto._destroy (laya.d3.js:41972)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:34884)     at SkinnedMeshSprite3D.__proto.destroy (laya.d3.js:43737)   发现      ...

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

76. laya.resource.TextureCube_API3.0 [ 72%]

... _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setDDSData setImageData setKTXData setPixelsData updateSubPixelsData destroyUnusedResources Constructors constructor new TextureCube(size: number, format: TextureFormat, mipmap?: boolean, sRGB?...

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

77. laya.resource.Texture2DArray_API3.0 [ 72%]

... _setGPUMemory destroy event gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once setImageData setPixlesData setSubPixelsData destroyUnusedResources Constructors constructor new Texture2DArray(width: number, height: number, depth: number, format: TextureFormat, mipmap?: bool...

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

78. laya.device.motion.Gyroscope [ 72%]

...oolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消指定处理器对陀螺仪的监视。 Gyroscope offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象...

来源: laya_api 发布时间: 20170929

79. Laya.stage.mouseX; Laya.stage.mouseY取到的坐标用来赋给画曲线方法的起点;在左顶点正常,越往右下角起点就越偏移了 [ 72%]

....b) } up2() { console.log("移动的点集合" + this.path); // Laya.stage.off(Laya.Event.MOUSE_DOWN, this, this.down2) Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.move2) this.path=; } } new GameMain(); 2017-07-21 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 ...

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

80. laya.device.motion.Gyroscope [ 71%]

...oolean 检测指定事件类型是否是鼠标事件。 EventDispatcher  off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher[override] 取消指定处理器对陀螺仪的监视。 Gyroscope offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象...

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