C# Class Ensage.Common.Threading.GameDispatcher

Afficher le fichier Open project: EnsageSharp/Ensage.Common

Méthodes publiques

Méthode Description
BeginInvoke ( System.Action action ) : void

Schedules action to be executed on next Update

InvokeEvent ( System.Action action ) : void

Private Methods

Méthode Description
GameDispatcher ( ) : System
IngameUpdateDispatcher ( EventArgs args ) : void
UpdateDispatcher ( EventArgs args ) : void

Method Details

BeginInvoke() public static méthode

Schedules action to be executed on next Update
public static BeginInvoke ( System.Action action ) : void
action System.Action
Résultat void

InvokeEvent() public static méthode

public static InvokeEvent ( System.Action action ) : void
action System.Action
Résultat void