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…