clearDepth | Whether to clear both the depth buffer and the stencil buffer. |
clearColor | カラーバッファをクリアしなければならないか |
clearFlags | Which render targets to clear, defined using a bitwise OR combination of RTClearFlags values. |
backgroundColor | クリアするカラー |
depth | クリアするデプス (デフォルトは 1.0) |
stencil | Stencil to clear with (default is 0). |
"clear render target" コマンドを追加します。