C# Class WaypointManager.CustomWaypointGUI

Afficher le fichier Open project: linuxgurugamer/WaypointManager Class Usage Examples

Méthodes publiques

Свойство Type Description
customIcons List
forbiddenIcons string[]

Méthodes publiques

Méthode 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

Méthode Description
DeleteGUI ( int windowID ) : void
ExportGUI ( int windowID ) : void
IconPickerGUI ( int windowID ) : void
PlaceWaypointAtCursor ( ) : void
WindowGUI ( int windowID ) : void

Method Details

AddWaypoint() public static méthode

Interface for showing the add waypoint dialog.
public static AddWaypoint ( ) : void
Résultat void

AddWaypoint() public static méthode

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

AddWaypoint() public static méthode

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

DeleteWaypoint() public static méthode

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

DrawMarker() public static méthode

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

EditWaypoint() public static méthode

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

OnGUI() public static méthode

public static OnGUI ( ) : void
Résultat void

ShowExportDialog() public static méthode

public static ShowExportDialog ( ) : void
Résultat void

Property Details

customIcons public_oe static_oe property

public static List customIcons
Résultat List

forbiddenIcons public_oe static_oe property

public static string[] forbiddenIcons
Résultat string[]