Optional Experimental__EXPERIMENTAL__CONNECTION_BILLBOARDING?: boolean | numberControls billboarding for connection path geometry.
boolean: Enable/disable billboarding directlynumber: Angle threshold in degrees (0-90). Billboard when path angle from horizontal >= threshold.
For example, 80 means billboard only when path is >=80 degrees from horizontal (nearly vertical).Optional Experimental__EXPERIMENTAL__CONNECTION_COLOR?: stringOverride color for connection paths (vertical paths between floors).
If not specified, connection paths use the main color property.
Optional Experimental__EXPERIMENTAL__CONNECTION_DASHED?: booleanOverride dashed styling for connection paths.
If not specified, connection paths use the main dashed property.
Optional Experimental__EXPERIMENTAL__CONNECTION_GEOMETRY?: "tube" | "ribbon"Override geometry type for connection paths.
__EXPERIMENTAL_GEOMETRY property.Optional Experimental__EXPERIMENTAL__CONNECTION_JUNCTION_INSET?: numberAmount in meters to shorten connection path from each end. Prevents visual overlap with floor paths at junctions.
Path options extended with connection-specific overrides for Navigation. Connection paths inherit all base path options unless overridden with
__EXPERIMENTAL__CONNECTION_*properties.