simvx.editor.panels.inspector_sections

Inspector sections package.

Split into one private leaf module per section type:

  • _base – InspectorContext, InspectorSection base class, the section registry, theme/layout helpers, widget factories.

  • _mesh_section – MeshSection

  • _material_section – MaterialSection

  • _audio_section – AudioStreamSection

  • _collision_section – CollisionShapeSection

  • _post_process_section – PostProcessToggleSection

  • _camera_section – CameraPreviewSection (+ _CameraPreview)

  • _particle_section – ParticlePreviewSection (+ _EmissionShapePreview)

  • _sprite_section – SpriteAnimationSection

  • _path_section – PathCurveSection

Each concrete section registers itself via @register_inspector_section at import time; this package imports every leaf so those side effects fire.

Public API is re-exported so from simvx.editor.panels.inspector_sections import InspectorContext, get_sections_for_node keeps working.

Package Contents

Data

API

simvx.editor.panels.inspector_sections.__all__

[‘InspectorContext’, ‘InspectorSection’, ‘get_sections_for_node’, ‘register_inspector_section’, ‘_ch…