SelectorConfig

class SelectorConfig[source]

Bases: object

The class representation of a selector class Selector. It contains all the settings about the selector: enable_selector, selectioncolor, …

Parameters:
enable_selectorbool

Enable the selector.

selectioncolorColor

The color of the selected object.

See also

compas_viewer.components.renderer.selector.Selector
compas_viewer.configurations.render_config.RendererConfig