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

Inheritance: IEffect
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

Method Description
Explosion ( World world, WPos pos, string image, string sequence, string palette ) : System.Collections.Generic
Render ( WorldRenderer wr ) : IEnumerable
Tick ( World world ) : void

Method Details

Explosion() public method

public Explosion ( World world, WPos pos, string image, string sequence, string palette ) : System.Collections.Generic
world World
pos WPos
image string
sequence string
palette string
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