public static void Clear (bool clearDepth, bool clearColor, Color backgroundColor, float depth= 1.0f);

参数

clearDepth是否应清除深度缓冲区?
clearColor是否应清除颜色缓冲区?
backgroundColor清除时使用的颜色,仅在 clearColortrue 时使用。
depth清除 Z 缓冲区时使用的深度,仅在 clearDepthtrue 时使用。

描述

清除当前渲染缓冲区。

这会清除屏幕或您正在绘制到的活动 RenderTexture。 在大多数情况下,某些摄像机在某处绘制某内容,可能已经在使用天空盒 背景颜色进行清除。

另请参阅:GL.ClearWithSkybox

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961