ManimEngConfig

class manim_eng._config.config.ManimEngConfig(anchor: AnchorDisplayConfig = <factory>, debug: bool = False, symbol: ComponentSymbolConfig = <factory>)

Bases: ConfigBase

manim-eng configuration.

Attributes

ManimEngConfig.debug

Whether or not to display debug information.

ManimEngConfig.anchor

Anchor debug display subconfig.

ManimEngConfig.symbol

Component symbol subconfig.

anchor: AnchorDisplayConfig

Anchor debug display subconfig.

debug: bool = False

Whether or not to display debug information.

symbol: ComponentSymbolConfig

Component symbol subconfig.