ManimEngConfig¶
- class manim_eng._config.config.ManimEngConfig(anchor: AnchorDisplayConfig = <factory>, debug: bool = False, symbol: ComponentSymbolConfig = <factory>)¶
Bases:
ConfigBasemanim-eng configuration.
Attributes
Whether or not to display debug information.
Anchor debug display subconfig.
Component symbol subconfig.
- anchor: AnchorDisplayConfig¶
Anchor debug display subconfig.
- debug: bool = False¶
Whether or not to display debug information.
- symbol: ComponentSymbolConfig¶
Component symbol subconfig.