C# 클래스 ServerSettingsInspector

상속: Editor
파일 보기 프로젝트 열기: daniel-cheng/stellar 1 사용 예제들

공개 메소드들

메소드 설명
IsAppId ( string val ) : bool

Checks if a string is a Guid by attempting to create one.

OnInspectorGUI ( ) : void

비공개 메소드들

메소드 설명
RpcListHashCode ( ) : int

메소드 상세

IsAppId() 공개 정적인 메소드

Checks if a string is a Guid by attempting to create one.
public static IsAppId ( string val ) : bool
val string The potential guid to check.
리턴 bool

OnInspectorGUI() 공개 메소드

public OnInspectorGUI ( ) : void
리턴 void