C# Class SoundtrackEditor.Utils

Afficher le fichier Open project: pizzaoverhead/SoundtrackEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
KscLatitude double
KscLongitude double

Méthodes publiques

Méthode Description
GetDllDirectoryPath ( ) : string
GetNearestVessel ( ) : Vessel
GetNearestVessel ( float min, float max, Vessel v ) : Vessel
Log ( string message ) : void
RemoveQuotes ( string s ) : string

"Removes wrapping quotation marks."

Method Details

GetDllDirectoryPath() public static méthode

public static GetDllDirectoryPath ( ) : string
Résultat string

GetNearestVessel() public static méthode

public static GetNearestVessel ( ) : Vessel
Résultat Vessel

GetNearestVessel() public static méthode

public static GetNearestVessel ( float min, float max, Vessel v ) : Vessel
min float
max float
v Vessel
Résultat Vessel

Log() public static méthode

public static Log ( string message ) : void
message string
Résultat void

RemoveQuotes() public static méthode

"Removes wrapping quotation marks."
public static RemoveQuotes ( string s ) : string
s string
Résultat string

Property Details

KscLatitude public_oe static_oe property

public static double KscLatitude
Résultat double

KscLongitude public_oe static_oe property

public static double KscLongitude
Résultat double