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

パラメーター

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

説明

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