Version: 2019.3
public void ClearRenderTarget (bool clearDepth, bool clearColor, Color backgroundColor, float depth);

パラメーター

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

説明

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