C# 클래스 SFML.Graphics.SpriteBatch

파일 보기 프로젝트 열기: Thraka/SadConsole

공개 메소드들

메소드 설명
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