C# 클래스 SoundtrackEditor.Utils

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

공개 프로퍼티들

프로퍼티 타입 설명
KscLatitude double
KscLongitude double

공개 메소드들

메소드 설명
GetDllDirectoryPath ( ) : string
GetNearestVessel ( ) : Vessel
GetNearestVessel ( float min, float max, Vessel v ) : Vessel
Log ( string message ) : void
RemoveQuotes ( string s ) : string

"Removes wrapping quotation marks."

메소드 상세

GetDllDirectoryPath() 공개 정적인 메소드

public static GetDllDirectoryPath ( ) : string
리턴 string

GetNearestVessel() 공개 정적인 메소드

public static GetNearestVessel ( ) : Vessel
리턴 Vessel

GetNearestVessel() 공개 정적인 메소드

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

Log() 공개 정적인 메소드

public static Log ( string message ) : void
message string
리턴 void

RemoveQuotes() 공개 정적인 메소드

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

프로퍼티 상세

KscLatitude 공개적으로 정적으로 프로퍼티

public static double KscLatitude
리턴 double

KscLongitude 공개적으로 정적으로 프로퍼티

public static double KscLongitude
리턴 double