C# 클래스 WaypointManager.CustomWaypointGUI

파일 보기 프로젝트 열기: linuxgurugamer/WaypointManager 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]