大约有 479 项符合查询结果, 库内数据总量为 30,903 项。 (搜索耗时: 0.0042 秒)
Laya3.0_api(154) laya_api(104) Laya2.0_api(97) Laya_社区(91) Laya3.0_文档(10) Laya2.0_示例(8) Laya2.0_文档(8) Laya_示例(7)
..._start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTexture(width: number, height: number, colorFormat: RenderTargetFormat, depthFormat: Re...
来源: Laya3.0_api 发布时间: 20231102
..._start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTexture(width: number, height: number, colorFormat: RenderT...
来源: Laya3.0_api 发布时间: 20231115
...pmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount obsolute offsetX offsetY referenceCount samples sourceHeight sourceWidth width wrapModeU wrapModeV wrapModeW cpuMemory currentActive gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUM...
来源: Laya3.0_api 发布时间: 20231115
...ge.mouseX - mLastMouseX; mY -= Laya.stage.mouseY - mLastMouseY; Laya.stage.off(Laya.Event.MOUSE_MOVE, this, this.mouseMove); } // 窗口大小改变,把地图的视口区域重设下 resize() { // 改变地图视口大小 this.tiledMap.changeViewPort(mX, mY, Laya.Browser.width, Laya.Browser.height...
来源: Laya2.0_示例 发布时间: 20250222
..._start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTextureCube(size: number, colorFormat: RenderTargetFormat, depthFormat: RenderTargetFor...
来源: Laya3.0_api 发布时间: 20231102
...pmap gpuMemory height id isCube maxMipmapLevel mipmap mipmapCount obsolute offsetX offsetY referenceCount samples sourceHeight sourceWidth width wrapModeU wrapModeV wrapModeW cpuMemory currentActive gpuMemory Methods _addReference _clearReference _create _end _removeReference _setCPUMemory _setCreat...
来源: Laya3.0_api 发布时间: 20231115
...adian = nowRadian; } } onMouseUp(e) { const Event = Laya.Event; Laya.stage.off(Event.MOUSE_MOVE, this, this.onMouseMove); } } new Interaction_Rotate();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Browser = Laya.Browser; import WebGL = Laya.W...
来源: Laya2.0_示例 发布时间: 20250222
...触发hold,终止触发hold Laya.timer.clear(this, onHold); Laya.stage.off(Event.MOUSE_UP, this, onApeRelease); } })();module laya { import Sprite = Laya.Sprite; import Stage = Laya.Stage; import Event = Laya.Event; import Texture = Laya.Texture; import Browser = Laya.Browser; import Ease = Laya.E...
来源: Laya_示例 发布时间: 20250222
..._start destroy event getData gpuCompressFormat hasListener isCreateFromURL off offAll offAllCaller on once recreate clearPool configRenderContextInstance createFromPool destroyUnusedResources recoverToPool Constructors constructor new RenderTextureCube(size: number, colorFormat: RenderTargetFormat, ...
来源: Laya3.0_api 发布时间: 20231115
...原来越多,直到所有的片元都被丢弃不渲染。 (10)TilingOffset缩放偏移 可以设置物体模型uv的缩放与偏移,来实现采样AlbedoTexture的不同效果,如动图2-1-1-10所示: 动图2-1-1-10 (11)MaterialRenderMode材质渲染模式 OPAQUE:不透明模式...
来源: Laya3.0_文档 发布时间: 20240910