C# Class OpenRA.Mods.Common.Effects.PowerdownIndicator

Inheritance: IEffect
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

Method Description
PowerdownIndicator ( Actor a ) : System.Collections.Generic
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Method Details

PowerdownIndicator() public method

public PowerdownIndicator ( Actor a ) : System.Collections.Generic
a Actor
return System.Collections.Generic

Render() public method

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

Tick() public method

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