C# Class Kore.Coroutines.StateEvent

Afficher le fichier Open project: vgwb/Antura_arabic

Méthodes publiques

Méthode Description
Trigger ( ) : void

Trigger the event

operator ( ) : bool

Check if event is triggered and eat the event.

Method Details

Trigger() public méthode

Trigger the event
public Trigger ( ) : void
Résultat void

operator() public static méthode

Check if event is triggered and eat the event.
public static operator ( ) : bool
Résultat bool