C# Class GameMachine.ServerConfigEditor

Inheritance: UnityEditor.Editor
Afficher le fichier Open project: gamemachine/gamemachine

Méthodes publiques

Méthode Description
IsWindows ( ) : bool
OnInspectorGUI ( ) : void

Private Methods

Méthode Description
Build ( ) : void
BuildProtobuf ( ) : void
CreateStartFile ( int instance, string os ) : void
Deploy ( ) : void
EnsurePublishPath ( ) : void
ExePath ( ) : string
IsWindowsBuild ( ) : bool
Logfile ( ) : string
OnEnable ( ) : void
PublishPath ( ) : string
RunGameMachine ( string command, string config ) : void
SetServerPath ( string name ) : void
ShowConfig ( ) : void
StartUnity ( bool headless ) : void

Method Details

IsWindows() public static méthode

public static IsWindows ( ) : bool
Résultat bool

OnInspectorGUI() public méthode

public OnInspectorGUI ( ) : void
Résultat void