Skip to content

Commit

Permalink
Orbit overlay; tooltips; fader; fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
DMagic1 committed Feb 1, 2017
1 parent c7cb7e0 commit 33090d4
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 60 deletions.
12 changes: 12 additions & 0 deletions SCANsat.Unity/Interfaces/ISCAN_BigMap.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,26 @@ public interface ISCAN_BigMap

bool ResourceToggle { get; set; }

bool OrbitAvailable { get; }

bool ShowOrbit { get; }

bool ShowWaypoint { get; }

bool ShowResource { get; }

bool TooltipsOn { get; }

int OrbitSteps { get; }

int CurrentScene { get; }

float Scale { get; }

Canvas MainCanvas { get; }

Canvas TooltipCanvas { get; }

Vector2 Position { get; set; }

Vector2 Size { get; set; }
Expand All @@ -66,6 +74,8 @@ public interface ISCAN_BigMap

IList<string> LegendLabels { get; }

Dictionary<string, MapLabelInfo> OrbitLabelList { get; }

Dictionary<Guid, MapLabelInfo> FlagInfoList { get; }

Dictionary<string, MapLabelInfo> AnomalyInfoList { get; }
Expand Down Expand Up @@ -96,6 +106,8 @@ public interface ISCAN_BigMap

SimpleLabelInfo OrbitInfo(int index);

MapLabelInfo OrbitIconInfo(string id);

Vector2 VesselPosition();
}
}
Loading

0 comments on commit 33090d4

Please sign in to comment.