Method | Description | |
---|---|---|
DrawCell ( |
||
DrawQuad ( SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect textCoords, Color color ) : void | ||
DrawSurfaceFill ( Color color, Color filter ) : void | ||
End ( RenderTarget target, |
||
SpriteBatch_ORG ( ) : System.Collections.Generic | ||
Start ( ITextSurfaceRendered surface, SFML.Graphics.Transform transform, int additionalDraws = 250 ) : void | ||
Start ( int renderQuads, |
public DrawCell ( |
||
cell | ||
screenRect | SFML.Graphics.IntRect | |
defaultBackground | Color | |
font | SadConsole | |
return | void |
public DrawQuad ( SFML.Graphics.IntRect screenRect, SFML.Graphics.IntRect textCoords, Color color ) : void | ||
screenRect | SFML.Graphics.IntRect | |
textCoords | SFML.Graphics.IntRect | |
color | Color | |
return | void |
public DrawSurfaceFill ( Color color, Color filter ) : void | ||
color | Color | |
filter | Color | |
return | void |
public End ( RenderTarget target, |
||
target | RenderTarget | |
state | ||
return | void |
public SpriteBatch_ORG ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Start ( ITextSurfaceRendered surface, SFML.Graphics.Transform transform, int additionalDraws = 250 ) : void | ||
surface | ITextSurfaceRendered | |
transform | SFML.Graphics.Transform | |
additionalDraws | int | |
return | void |
public Start ( int renderQuads, |
||
renderQuads | int | |
texture | ||
transform | SFML.Graphics.Transform | |
return | void |