GL.Clear 清除缓冲

static function Clear (clearDepth : bool, clearColor : bool, backgroundColor : Color) : void

Parameters参数

Description描述

Clear the current render buffer.

清除当前的缓冲区。

This clears the screen or the active RenderTexture you are drawing into. In most other situations, some camera is drawing something somewhere, and probably is clearing already with the background color of the skybox.

参见: GL.ClearWithSkybox.

最后修改:2011年3月22日 Tuesday 14:51

 

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。