C# Class OpenRA.Effects.SpriteEffect

Inheritance: IEffect
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Méthode 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 méthode

public Render ( WorldRenderer wr ) : IEnumerable
wr OpenRA.Graphics.WorldRenderer
Résultat IEnumerable

SpriteEffect() public méthode

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
Résultat System.Collections.Generic

Tick() public méthode

public Tick ( World world ) : void
world World
Résultat void