Interface: ClearOptions

ClearOptions

The options for clearing the render target.

Properties:
Name Type Description
clear CLEAR_OR_BOOL

The clear mode to use.

clearColor ColorSource

The color to clear with.

target RenderSurface

The render target to render. if this target is a canvas and you are using the WebGL renderer, please ensure you have set multiView to true on renderer.

Members

The clear mode to use.

clearColor ColorSource

The color to clear with.

target RenderSurface

The render target to render. if this target is a canvas and you are using the WebGL renderer, please ensure you have set multiView to true on renderer.