simvx.editor.panels.inspector_sections._post_process_section

PostProcessToggleSection – quick enable/disable for post-process effects.

Registered with the section registry via @register_inspector_section at import time.

Module Contents

Classes

PostProcessToggleSection

Compact toggle summary for post-processing effects on WorldEnvironment.

API

class simvx.editor.panels.inspector_sections._post_process_section.PostProcessToggleSection[source]

Bases: simvx.editor.panels.inspector_sections._base.InspectorSection

Compact toggle summary for post-processing effects on WorldEnvironment.

section_title

‘Post Processing’

priority

5

can_handle(node)[source]
handled_properties(node)[source]
build_rows(node, ctx)[source]
__slots__

()