Interface: BaseExtractOptions

BaseExtractOptions

Options for extracting content from a renderer.

Properties:
Name Type Description
antialias boolean

Whether to enable anti-aliasing. This may affect performance.

clearColor ColorSource

The color used to clear the extracted content.

frame Rectangle

The region of the target to extract.

resolution number

The resolution of the extracted content.

target Container | Texture

The target to extract.

Members

antialias boolean

Whether to enable anti-aliasing. This may affect performance.

clearColor ColorSource

The color used to clear the extracted content.

frame Rectangle

The region of the target to extract.

resolution number

The resolution of the extracted content.

target Container | Texture

The target to extract.