- Begin
void Begin()
Begin begins the spritebatch, setting up sorting modes, blend states and sampling.
Begin also attaches a custom shader (if chosen) and sets the camera/view matrix.
- Begin
void Begin(SpriteSorting sortMode, Blending blendState, Sampling sampleState, RasterizerState rasterState, Shader shader, Matrix4x4 matrix)
Begin begins the spritebatch, setting up sorting modes, blend states and sampling.
Begin also attaches a custom shader (if chosen) and sets the camera/view matrix.
- Begin
void Begin(SpriteSorting sortMode, Blending blendState, Sampling sampleState, RasterizerState rasterState, Shader shader, Camera camera)
Begin begins the spritebatch, setting up sorting modes, blend states and sampling.
Begin also attaches a custom shader (if chosen) and sets the camera/view matrix.
- Begin
void Begin(SpriteSorting sortMode, Blending blendState, Sampling sampleState, RasterizerState rasterState, ProjectionState pstate, Shader shader, Camera camera)
Undocumented in source. Be warned that the author may not have intended to support it.
- Draw
void Draw(Texture2D texture, Rectangle pos, Rectangle cutout, Color color, SpriteFlip flip, float zlayer)
Undocumented in source. Be warned that the author may not have intended to support it.
- Draw
void Draw(Texture2D texture, Rectangle pos, Rectangle cutout, float rotation, Vector2 origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source. Be warned that the author may not have intended to support it.
- Draw
void Draw(polyplex.core.render.Framebuffer buffer, Rectangle pos, Rectangle cutout, Color color, SpriteFlip flip, float zlayer)
Undocumented in source. Be warned that the author may not have intended to support it.
- Draw
void Draw(polyplex.core.render.Framebuffer buffer, Rectangle pos, Rectangle cutout, float rotation, Vector2 origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source. Be warned that the author may not have intended to support it.
- DrawAABB
void DrawAABB(Texture2D texture, Rectangle pos_top, Rectangle pos_bottom, Rectangle cutout, Vector2 Origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source. Be warned that the author may not have intended to support it.
- End
void End()
Undocumented in source. Be warned that the author may not have intended to support it.
- Flush
void Flush()
Undocumented in source. Be warned that the author may not have intended to support it.
- MultMatrices
Matrix4x4 MultMatrices()
- SwapChain
void SwapChain()
Undocumented in source. Be warned that the author may not have intended to support it.
- OffsetOrigin
bool OffsetOrigin;
Undocumented in source.
- MultMatrices
Matrix4x4 MultMatrices()
Undocumented in source.
- Begin
void Begin()
Undocumented in source.
- Begin
void Begin(SpriteSorting sort_mode, Blending blend_state, Sampling sample_state, RasterizerState raster_state, Shader s, Matrix4x4 matrix)
Undocumented in source.
- Begin
void Begin(SpriteSorting sort_mode, Blending blend_state, Sampling sample_State, RasterizerState raster_state, Shader s, Camera camera)
Undocumented in source.
- Begin
void Begin(SpriteSorting sort_mode, Blending blend_state, Sampling sample_State, RasterizerState raster_state, ProjectionState pstate, Shader s, Camera camera)
Undocumented in source.
- Draw
void Draw(Texture2D texture, Rectangle pos, Rectangle cutout, Color color, SpriteFlip flip, float zlayer)
Undocumented in source.
- Draw
void Draw(Framebuffer texture, Rectangle pos, Rectangle cutout, Color color, SpriteFlip flip, float zlayer)
Undocumented in source.
- Draw
void Draw(Framebuffer texture, Rectangle pos, Rectangle cutout, float rotation, Vector2 origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source.
- Draw
void Draw(Texture2D texture, Rectangle pos, Rectangle cutout, float rotation, Vector2 origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source.
- DrawAABB
void DrawAABB(Texture2D texture, Rectangle pos_top, Rectangle pos_bottom, Rectangle cutout, Vector2 Origin, Color color, SpriteFlip flip, float zlayer)
Undocumented in source.
- Flush
void Flush()
Undocumented in source.
- SwapChain
void SwapChain()
Undocumented in source.
- End
void End()
Undocumented in source.