pp ~master (2018-05-25T20:29:15Z)
Dub
Repo
GlSpriteBatch.DrawAABB
polyplex
core
render
gl
batch
GlSpriteBatch
Draw draws a texture. Rectangle pos will act like an AABB rectangle instead.
class
GlSpriteBatch
override
void
DrawAABB
(
Texture2D
texture
,
Rectangle
pos_top
,
Rectangle
pos_bottom
,
Rectangle
cutout
,
Vector2
Origin
,
Color
color
,
SpriteFlip
flip
=
SpriteFlip.None
,
float
zlayer
= 0
)
Meta
Source
See Implementation
polyplex
core
render
gl
batch
GlSpriteBatch
functions
Begin
Draw
DrawAABB
End
Flush
SwapChain
Draw draws a texture. Rectangle pos will act like an AABB rectangle instead.