C# Класс WaypointManager.CustomWaypointGUI

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
customIcons List
forbiddenIcons string[]

Открытые методы

Метод Описание
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

Приватные методы

Метод Описание
DeleteGUI ( int windowID ) : void
ExportGUI ( int windowID ) : void
IconPickerGUI ( int windowID ) : void
PlaceWaypointAtCursor ( ) : void
WindowGUI ( int windowID ) : void

Описание методов

AddWaypoint() публичный статический Метод

Interface for showing the add waypoint dialog.
public static AddWaypoint ( ) : void
Результат void

AddWaypoint() публичный статический Метод

Interface for showing the add waypoint dialog.
public static AddWaypoint ( double latitude, double longitude ) : void
latitude double
longitude double
Результат void

AddWaypoint() публичный статический Метод

Interface for showing the add waypoint dialog.
public static AddWaypoint ( double latitude, double longitude, double altitude ) : void
latitude double
longitude double
altitude double
Результат void

DeleteWaypoint() публичный статический Метод

Interface for showing the delete waypoint dialog.
public static DeleteWaypoint ( Waypoint waypoint ) : void
waypoint Waypoint
Результат void

DrawMarker() публичный статический Метод

Draw the marker for waypoint that is in the process of being added
public static DrawMarker ( ) : void
Результат void

EditWaypoint() публичный статический Метод

Interface for showing the edit waypoint dialog.
public static EditWaypoint ( Waypoint waypoint, bool stock = false ) : void
waypoint Waypoint
stock bool
Результат void

OnGUI() публичный статический Метод

public static OnGUI ( ) : void
Результат void

ShowExportDialog() публичный статический Метод

public static ShowExportDialog ( ) : void
Результат void

Описание свойств

customIcons публичное статическое свойство

public static List customIcons
Результат List

forbiddenIcons публичное статическое свойство

public static string[] forbiddenIcons
Результат string[]