C# Class ctac.SignalDispatcherService

This service takes signals that have been generated from the socket service on a different thread and then dispatches on the main unity thread so that anyone listening them can use them as normal
Inheritance: strange.extensions.mediation.impl.View
Afficher le fichier Open project: dshook/centauri-tac

Private Properties

Свойство Type Description
Update void

Méthodes publiques

Méthode Description
Dispatch ( string messageType, string messageData, SocketKey key ) : void
ScheduleSignal ( SignalData signalData ) : void

Private Methods

Méthode Description
Update ( ) : void

Method Details

Dispatch() public méthode

public Dispatch ( string messageType, string messageData, SocketKey key ) : void
messageType string
messageData string
key SocketKey
Résultat void

ScheduleSignal() public méthode

public ScheduleSignal ( SignalData signalData ) : void
signalData SignalData
Résultat void