C# Class SFML.Graphics.SpriteBatch

Afficher le fichier Open project: Thraka/SadConsole

Méthodes publiques

Méthode Description
DrawCell ( Cell cell, SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect solidRect, Color defaultBackground, SadConsole font ) : void
DrawQuad ( SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect textCoords, Color color, Texture texture ) : void
End ( ) : void
Reset ( RenderTarget target, RenderStates state, SFML.Graphics.Transform renderingTransform ) : void

Method Details

DrawCell() public méthode

public DrawCell ( Cell cell, SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect solidRect, Color defaultBackground, SadConsole font ) : void
cell SadConsole.Cell
screenRect SFML.Graphics.IntRect
solidRect SFML.Graphics.IntRect
defaultBackground Color
font SadConsole
Résultat void

DrawQuad() public méthode

public DrawQuad ( SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect textCoords, Color color, Texture texture ) : void
screenRect SFML.Graphics.IntRect
textCoords SFML.Graphics.IntRect
color Color
texture Texture
Résultat void

End() public méthode

public End ( ) : void
Résultat void

Reset() public méthode

public Reset ( RenderTarget target, RenderStates state, SFML.Graphics.Transform renderingTransform ) : void
target RenderTarget
state RenderStates
renderingTransform SFML.Graphics.Transform
Résultat void