C# Class Signal, Necromaestro

Inheritance: BaseSignal
Afficher le fichier Open project: osmanzeki/Necromaestro Class Usage Examples

Méthodes publiques

Méthode Description
AddListener ( Action callback ) : void
AddOnce ( Action callback ) : void
Dispatch ( ) : void
GetTypes ( ) : List
RemoveListener ( Action callback ) : void

Private Methods

Méthode Description
AddUnique ( Action listeners, Action callback ) : Action

Method Details

AddListener() public méthode

public AddListener ( Action callback ) : void
callback Action
Résultat void

AddOnce() public méthode

public AddOnce ( Action callback ) : void
callback Action
Résultat void

Dispatch() public méthode

public Dispatch ( ) : void
Résultat void

GetTypes() public méthode

public GetTypes ( ) : List
Résultat List

RemoveListener() public méthode

public RemoveListener ( Action callback ) : void
callback Action
Résultat void