Package com.fs.starfarer.api.ui
Class MapParams
java.lang.Object
com.fs.starfarer.api.ui.MapParams
-
Field Summary
FieldsModifier and TypeFieldDescriptionorg.lwjgl.util.vector.Vector2f
static final float
static final float
float
boolean
boolean
boolean
boolean
boolean
boolean
float
float
boolean
boolean
float
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
positionToShowAllMarkersAndSystems
(boolean showPlayerFleet, float heightOnScreen) void
showMarket
(MarketAPI market) void
showMarket
(MarketAPI market, float scale) void
showSystem
(StarSystemAPI system)
-
Field Details
-
GRID_SIZE_MAP_UNITS
public static final float GRID_SIZE_MAP_UNITS- See Also:
-
GRID_SIZE_PIXELS
public static final float GRID_SIZE_PIXELS- See Also:
-
entityToShow
-
filterData
-
smallConstellations
public boolean smallConstellations -
arrows
-
showFilter
public boolean showFilter -
smallFilter
public boolean smallFilter -
showTabs
public boolean showTabs -
starSelectionRadiusMult
public float starSelectionRadiusMult -
starAlphaMult
public float starAlphaMult -
useFullAlphaForShownSystems
public boolean useFullAlphaForShownSystems -
borderColor
-
renderTopBorder
public boolean renderTopBorder -
maxZoomMapSizePadding
public float maxZoomMapSizePadding -
zoomLevel
public float zoomLevel -
location
-
showSystems
-
showConsellations
-
centerOn
public org.lwjgl.util.vector.Vector2f centerOn -
markers
-
withLayInCourse
public boolean withLayInCourse -
skipCurrLocMarkerRendering
public boolean skipCurrLocMarkerRendering
-
-
Constructor Details
-
MapParams
public MapParams()
-
-
Method Details
-
positionToShowAllMarkersAndSystems
public void positionToShowAllMarkersAndSystems(boolean showPlayerFleet, float heightOnScreen) -
showSystem
-
showMarket
-
showMarket
-