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

Inheritance: IEffect
Exibir arquivo Open project: cjshmyr/OpenRA

Public Methods

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

Method Details

Corpse() public method

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