Version: 2020.2
언어: 한국어
public void ClearRenderTarget (bool clearDepth, bool clearColor, Color backgroundColor, float depth);

파라미터

clearDepth Should clear depth buffer?
clearColor Should clear color buffer?
backgroundColor Color to clear with.
depth Depth to clear with (default is 1.0).

설명

Adds a "clear render target" command.