C# Class ServerSettingsInspector

Inheritance: Editor
Afficher le fichier Open project: daniel-cheng/stellar Class Usage Examples

Méthodes publiques

Méthode Description
IsAppId ( string val ) : bool

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

OnInspectorGUI ( ) : void

Private Methods

Méthode Description
RpcListHashCode ( ) : int

Method Details

IsAppId() public static méthode

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.
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void