C# Class OpenRA.Effects.AsyncAction

Inheritance: IEffect
显示文件 Open project: pchote/OpenRA

Public Methods

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

Method Details

AsyncAction() public method

public AsyncAction ( IAsyncResult ar, System.Action a ) : System
ar IAsyncResult
a System.Action
return System

Render() public method

public Render ( WorldRenderer r ) : IEnumerable
r OpenRA.Graphics.WorldRenderer
return IEnumerable

Tick() public method

public Tick ( World world ) : void
world World
return void