C# Class Messenger, tf_client

Inheritance: MonoBehaviour
Afficher le fichier Open project: wids-eria/tf_client Class Usage Examples

Méthodes publiques

Méthode Description
AddListener ( string eventType, Action, handler ) : void
Broadcast ( string eventType ) : void
Broadcast ( string eventType, MessengerMode mode ) : void
RemoveListener ( string eventType, Action, handler ) : void

Method Details

AddListener() public static méthode

public static AddListener ( string eventType, Action, handler ) : void
eventType string
handler Action,
Résultat void

Broadcast() public static méthode

public static Broadcast ( string eventType ) : void
eventType string
Résultat void

Broadcast() public static méthode

public static Broadcast ( string eventType, MessengerMode mode ) : void
eventType string
mode MessengerMode
Résultat void

RemoveListener() public static méthode

public static RemoveListener ( string eventType, Action, handler ) : void
eventType string
handler Action,
Résultat void