Version: 2018.2
Experimental: this API is experimental and might be changed or removed in the future.

RenderPassAttachment.Clear

マニュアルに切り替える
public void Clear (Color clearCol, float clearDep, uint clearStenc);

パラメーター

clearColColor clear value. Ignored on depth/stencil attachments.
clearDepDepth clear value. Ignored on color surfaces.
clearStencStencil clear value. Ignored on color or depth-only surfaces.

説明

When the RenderPass starts, clear this attachment into the color or depth/stencil values given (depending on the format of this attachment). Changes loadAction to RenderBufferLoadAction.Clear.