Skip to content

Type Alias: BodyHoverConfig

ts
type BodyHoverConfig = object;

Visual configuration for the body-level hover ring drawn around a planet silhouette. All dimensions are screen-space so the ring stays constant across camera zoom.

Properties

ringColor

ts
ringColor: number;

Circle stroke color.


ringOpacity

ts
ringOpacity: number;

Circle stroke opacity.


ringMarginPx

ts
ringMarginPx: number;

Gap between the planet's silhouette edge and the circle's inner radius, in screen pixels. Maintained at any zoom level.


ringWidthPx

ts
ringWidthPx: number;

Circle stroke width in screen pixels. Maintained at any zoom level.

Distribué sous la licence indiquée dans le dépôt.