C# Class StartServer, CodeSpells

Inheritance: MonoBehaviour
Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
queue CallResponseQueue,
server Server,

Méthodes publiques

Méthode Description
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

queue public_oe property

public CallResponseQueue, queue
Résultat CallResponseQueue,

server public_oe property

public Server, server
Résultat Server,