C# Class ServerSettingsInspector

Inheritance: Editor
Exibir arquivo Open project: daniel-cheng/stellar Class Usage Examples

Public Methods

Method Description
IsAppId ( string val ) : bool

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

OnInspectorGUI ( ) : void

Private Methods

Method Description
RpcListHashCode ( ) : int

Method Details

IsAppId() public static method

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.
return bool

OnInspectorGUI() public method

public OnInspectorGUI ( ) : void
return void