C# Class OpenRA.Effects.AsyncAction

Inheritance: IEffect
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
AsyncAction ( IAsyncResult ar, System.Action a ) : System
Render ( WorldRenderer r ) : IEnumerable
Tick ( World world ) : void

Method Details

AsyncAction() public méthode

public AsyncAction ( IAsyncResult ar, System.Action a ) : System
ar IAsyncResult
a System.Action
Résultat System

Render() public méthode

public Render ( WorldRenderer r ) : IEnumerable
r OpenRA.Graphics.WorldRenderer
Résultat IEnumerable

Tick() public méthode

public Tick ( World world ) : void
world World
Résultat void