SW Combine SDK
    Preparing search index...

    Interface GalaxyCoordinates

    interface GalaxyCoordinates {
        galaxy?: GalaxyCoordinatePoint;
        ground?: GalaxyCoordinatePoint;
        surface?: GalaxyCoordinatePoint;
        system?: GalaxyCoordinatePoint;
    }
    Index

    Properties