C# Class SoundtrackEditor.Utils

Show file Open project: pizzaoverhead/SoundtrackEditor Class Usage Examples

Public Properties

Property Type Description
KscLatitude double
KscLongitude double

Public Methods

Method 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 method

public static GetDllDirectoryPath ( ) : string
return string

GetNearestVessel() public static method

public static GetNearestVessel ( ) : Vessel
return Vessel

GetNearestVessel() public static method

public static GetNearestVessel ( float min, float max, Vessel v ) : Vessel
min float
max float
v Vessel
return Vessel

Log() public static method

public static Log ( string message ) : void
message string
return void

RemoveQuotes() public static method

"Removes wrapping quotation marks."
public static RemoveQuotes ( string s ) : string
s string
return string

Property Details

KscLatitude public static property

public static double KscLatitude
return double

KscLongitude public static property

public static double KscLongitude
return double