C# Class WaypointManager.CustomWaypointGUI

Datei anzeigen Open project: linuxgurugamer/WaypointManager Class Usage Examples

Public Properties

Property Type Description
customIcons List
forbiddenIcons string[]

Public Methods

Method Description
AddWaypoint ( ) : void

Interface for showing the add waypoint dialog.

AddWaypoint ( double latitude, double longitude ) : void

Interface for showing the add waypoint dialog.

AddWaypoint ( double latitude, double longitude, double altitude ) : void

Interface for showing the add waypoint dialog.

DeleteWaypoint ( Waypoint waypoint ) : void

Interface for showing the delete waypoint dialog.

DrawMarker ( ) : void

Draw the marker for waypoint that is in the process of being added

EditWaypoint ( Waypoint waypoint, bool stock = false ) : void

Interface for showing the edit waypoint dialog.

OnGUI ( ) : void
ShowExportDialog ( ) : void

Private Methods

Method Description
DeleteGUI ( int windowID ) : void
ExportGUI ( int windowID ) : void
IconPickerGUI ( int windowID ) : void
PlaceWaypointAtCursor ( ) : void
WindowGUI ( int windowID ) : void

Method Details

AddWaypoint() public static method

Interface for showing the add waypoint dialog.
public static AddWaypoint ( ) : void
return void

AddWaypoint() public static method

Interface for showing the add waypoint dialog.
public static AddWaypoint ( double latitude, double longitude ) : void
latitude double
longitude double
return void

AddWaypoint() public static method

Interface for showing the add waypoint dialog.
public static AddWaypoint ( double latitude, double longitude, double altitude ) : void
latitude double
longitude double
altitude double
return void

DeleteWaypoint() public static method

Interface for showing the delete waypoint dialog.
public static DeleteWaypoint ( Waypoint waypoint ) : void
waypoint Waypoint
return void

DrawMarker() public static method

Draw the marker for waypoint that is in the process of being added
public static DrawMarker ( ) : void
return void

EditWaypoint() public static method

Interface for showing the edit waypoint dialog.
public static EditWaypoint ( Waypoint waypoint, bool stock = false ) : void
waypoint Waypoint
stock bool
return void

OnGUI() public static method

public static OnGUI ( ) : void
return void

ShowExportDialog() public static method

public static ShowExportDialog ( ) : void
return void

Property Details

customIcons public_oe static_oe property

public static List customIcons
return List

forbiddenIcons public_oe static_oe property

public static string[] forbiddenIcons
return string[]