C# Class OpenRA.Mods.Common.Graphics.SpriteActorPreview

Inheritance: IActorPreview
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
Render ( WorldRenderer wr, WPos pos ) : IEnumerable
SpriteActorPreview ( OpenRA.Graphics.Animation animation, Func offset, Func zOffset, OpenRA.Graphics.PaletteReference pr, float scale ) : System
Tick ( ) : void

Method Details

Render() public méthode

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

SpriteActorPreview() public méthode

public SpriteActorPreview ( OpenRA.Graphics.Animation animation, Func offset, Func zOffset, OpenRA.Graphics.PaletteReference pr, float scale ) : System
animation OpenRA.Graphics.Animation
offset Func
zOffset Func
pr OpenRA.Graphics.PaletteReference
scale float
Résultat System

Tick() public méthode

public Tick ( ) : void
Résultat void