Beamable SDK
Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Properties | List of all members
Beamable.Server.Editor.DockerCommands.DockerCommand Class Referenceabstract
Inheritance diagram for Beamable.Server.Editor.DockerCommands.DockerCommand:
Inheritance graph
[legend]

Public Member Functions

abstract string GetCommandString ()
 
void Start ()
 
void Join ()
 
void Kill ()
 

Public Attributes

Action< int > OnExit
 
string UnityLogLabel = "Docker"
 

Static Public Attributes

const string DOCKER_LOCATION = "docker"
 

Protected Member Functions

virtual void HandleOnExit ()
 
virtual void HandleStandardOut (string data)
 
virtual void HandleStandardErr (string data)
 
void LogInfo (string data)
 
void LogError (string data)
 
virtual void ModifyStartInfo (ProcessStartInfo processStartInfo)
 

Properties

bool WriteLogToUnity = true [get, set]
 
bool WriteCommandToUnity [get, set]
 

The documentation for this class was generated from the following file: