DesignerIntegration.cs

DesignerIntegration.cs provides bridge access to Juno designer-scene data, including craft parts and Vizzy program import/export operations before flight. designer juno

Responsibilities

AreaBehavior
Designer craft accessFinds and reads the currently loaded craft in the designer.
Part selectionSupports part lookup for Vizzy import/export.
Vizzy dataReads or writes Vizzy XML on compatible parts.
Bridge supportSupplies designer-mode data to VizzyBridge.cs.

Designer context

Designer data is structural craft data, not active flight telemetry. Use Scene Awareness when interpreting it.

Related notes: Component Map, 06 - Juno Live Bridge, VizzyBridge.cs, CraftInfo.cs.