Version: 2020.3
言語: 日本語
public void ClearRenderTarget (bool clearDepth, bool clearColor, Color backgroundColor, float depth);

パラメーター

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

説明

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