C# Class OpenRA.Effects.SpriteEffect

Inheritance: IEffect
Show file Open project: cjshmyr/OpenRA

Public Methods

Method Description
Render ( WorldRenderer wr ) : IEnumerable
SpriteEffect ( WPos pos, World world, string image, string sequence, string palette, bool visibleThroughFog = false, bool scaleSizeWithZoom = false ) : System.Collections.Generic
Tick ( World world ) : void

Method Details

Render() public method

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

SpriteEffect() public method

public SpriteEffect ( WPos pos, World world, string image, string sequence, string palette, bool visibleThroughFog = false, bool scaleSizeWithZoom = false ) : System.Collections.Generic
pos WPos
world World
image string
sequence string
palette string
visibleThroughFog bool
scaleSizeWithZoom bool
return System.Collections.Generic

Tick() public method

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