C# Class BeardedManStudios.Network.Unity.NetWorkerKiller

This class is responsible for doing any late cleanup of threads and networked objects
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: drakelinglabs/unityarmada Class Usage Examples

Méthodes publiques

Méthode Description
AddNetWorker ( NetWorker netWorker ) : void

Add a NetWorker to this list

Create ( ) : void

This will create the Networker Killer if it hasn't been created already

Private Methods

Méthode Description
OnApplicationQuit ( ) : void

Clean all the sockets and connections

Method Details

AddNetWorker() public static méthode

Add a NetWorker to this list
public static AddNetWorker ( NetWorker netWorker ) : void
netWorker NetWorker
Résultat void

Create() public static méthode

This will create the Networker Killer if it hasn't been created already
public static Create ( ) : void
Résultat void