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
Show file Open project: dshook/centauri-tac

Private Properties

Property Type Description
Update void

Public Methods

Method Description
Dispatch ( string messageType, string messageData, SocketKey key ) : void
ScheduleSignal ( SignalData signalData ) : void

Private Methods

Method Description
Update ( ) : void

Method Details

Dispatch() public method

public Dispatch ( string messageType, string messageData, SocketKey key ) : void
messageType string
messageData string
key SocketKey
return void

ScheduleSignal() public method

public ScheduleSignal ( SignalData signalData ) : void
signalData SignalData
return void