大约有 327 项符合查询结果, 库内数据总量为 30,784 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(134) Laya_社区(103) Laya2.0_api(73) Laya2.0_文档(6) laya_api(4) Laya3.0_文档(3) Laya2.0_示例(3) Laya_示例(1)
... SAHDERDEFINE_LIGHTMAP SHADERDEFINE_LIGHTMAP_DIRECTIONAL SHADERDEFINE_MORPHTARGET SHADERDEFINE_MORPHTARGET_NORMAL SHADERDEFINE_MORPHTARGET_POSITION SHADERDEFINE_MORPHTARGET_TANGENT SHADERDEFINE_RECEIVE_SHADOW VOLUMETRICGI_DISTANCE VOLUMETRICGI_IRRADIANCE VOLUMETRICGI_PROBECOUNTS VOLUMETRICGI_PROBEPA...
来源: Laya3.0_api 发布时间: 20231115
...ollRect scrollSize showButtons sizeGrid skewX skewY skin stage staticCache target texture thumbPercent tick timer toolTip top touchScrollEnable transform url value viewport visible width x y zOrder Methods _initialize _processActive _setSkin addChild addChildAt addChildren addComponent addComponentI...
来源: Laya3.0_api 发布时间: 20231115
... //将RenderTexture设置为渲染目标 buf.setRenderTarget(renderTexture); //清楚渲染目标的颜色为黑色,不清理深度 buf.clearRenderTarget(true,false,new Laya.Vector4(0,0,0,0)); //将传入的Rend...
来源: Laya_社区 发布时间: 20210203
... SAHDERDEFINE_LIGHTMAP SHADERDEFINE_LIGHTMAP_DIRECTIONAL SHADERDEFINE_MORPHTARGET SHADERDEFINE_MORPHTARGET_NORMAL SHADERDEFINE_MORPHTARGET_POSITION SHADERDEFINE_MORPHTARGET_TANGENT SHADERDEFINE_RECEIVE_SHADOW SIMPLE_SIMPLEANIMATORPARAMS SIMPLE_SIMPLEANIMATORTEXTURE SIMPLE_SIMPLEANIMATORTEXTURESIZE V...
来源: Laya3.0_api 发布时间: 20231115
....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...
来源: Laya3.0_api 发布时间: 20231115
...,canvas模式下进行依然是画布缓存,webgl模式下使用renderTarget缓存。 webgl下renderTarget缓存模式缺点:会额外创建renderTarget对象,增加内存开销,缓存面积有最大2048限制,不断重绘时会增加CPU开销。优点:大幅减少drawcall,渲染性...
来源: Laya2.0_api 发布时间: 20190513
....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...
来源: Laya3.0_api 发布时间: 20231115
...transform中还有一些其他常用的属性和方法: > 方法 `lookAt(target:Vector3, up:Vector3, isLocal:Boolean = false):void` 观察目标位置。 > 属性 `localPosition:Vector3` 局部位置。 `localScale:Vector3` 缩放。 `localMatrix:Matrix4x4` 局部矩阵。 `position:Vector3` 世...
来源: Laya2.0_文档 发布时间: 20210715
....offAllCaller Defined in laya/events/EventDispatcher.ts:146 移除caller为target的所有事件监听 Parameters caller: any caller对象 Returns EventDispatcher on on(type: string, listener: Function): EventDispatcher on(type: string, caller: any, listener: Function, args?: any[]): EventDispatcher...
来源: Laya3.0_api 发布时间: 20231115
...his._castType++; this._castType %= 2; switch (this._castType) { case 0: (e.target as Button).label = "释放显存"; this.loadScene(); break; case 1: (e.target as Button).label = "加载场景"; if (this._scene)//_scene不为空表示场景已加载完成 this.garbageCollection(); break; } /** * @pr...
来源: Laya2.0_文档 发布时间: 20210715