simvx.editor.panels.inspector_sections._path_section¶
PathCurveSection – curve point editor for Path2D / Path3D.
Registered with the section registry via @register_inspector_section at import time.
Module Contents¶
Classes¶
Compact curve point editor for Path2D and Path3D nodes. |
API¶
- class simvx.editor.panels.inspector_sections._path_section.PathCurveSection[source]¶
Bases:
simvx.editor.panels.inspector_sections._base.InspectorSectionCompact curve point editor for Path2D and Path3D nodes.
- section_title¶
‘Curve’
- priority¶
6
- handled_properties(node: simvx.core.Node) set[str]¶
- __slots__¶
()