C# Class SFML.Graphics.SpriteBatch2

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 ( RenderTarget target, RenderStates state ) : void
Reset ( ) : void
Reset ( SFML.Graphics.Transform renderingTransform ) : void
SpriteBatch2 ( ) : System.Collections.Generic

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 ( RenderTarget target, RenderStates state ) : void
target RenderTarget
state RenderStates
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Reset() public méthode

public Reset ( SFML.Graphics.Transform renderingTransform ) : void
renderingTransform SFML.Graphics.Transform
Résultat void

SpriteBatch2() public méthode

public SpriteBatch2 ( ) : System.Collections.Generic
Résultat System.Collections.Generic