C# Класс SFML.Graphics.SpriteBatch

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

DrawCell() публичный Метод

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
Результат void

DrawQuad() публичный Метод

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
Результат void

End() публичный Метод

public End ( ) : void
Результат void

Reset() публичный Метод

public Reset ( RenderTarget target, RenderStates state, SFML.Graphics.Transform renderingTransform ) : void
target RenderTarget
state RenderStates
renderingTransform SFML.Graphics.Transform
Результат void