Version: 2018.2
public void ClearRenderTarget (bool clearDepth, bool clearColor, Color backgroundColor, float depth= 1.0f);

パラメーター

clearDepthデプスバッファをクリアしなければならないか
clearColorカラーバッファをクリアしなければならないか
backgroundColorクリアするカラー
depthクリアするデプス (デフォルトは 1.0)

説明

"clear render target" コマンドを追加します。