C# Class StartServer, CodeSpells

Inheritance: MonoBehaviour
Exibir arquivo Open project: srfoster/CodeSpells Class Usage Examples

Public Properties

Property Type Description
queue CallResponseQueue,
server Server,

Public Methods

Method Description
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnEnable() public method

public OnEnable ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

queue public_oe property

public CallResponseQueue, queue
return CallResponseQueue,

server public_oe property

public Server, server
return Server,