fluid ~master (2024-02-07T07:38:27.1400979)
Dub
Repo
HeadlessBackend.assertTexture
fluid
backend
headless
HeadlessBackend
Throw an
AssertError
if the texture was never drawn with given parameters.
void
assertTexture
(Texture texture, Vector2 position, Color tint)
class
HeadlessBackend
void
assertTexture
(
const
Texture
texture
,
Vector2
position
,
Color
tint
)
void
assertTexture
(Rectangle r, Color color)
Meta
Source
See Implementation
fluid
backend
headless
HeadlessBackend
aliases
Drawing
lines
rectangles
textures
triangles
constructors
this
enums
State
functions
area
assertRectangle
assertTexture
assertTriangle
deltaTime
dpi
drawLine
drawRectangle
drawTexture
drawTextureAlign
drawTriangle
filterCanvas
hasJustResized
inputCharacter
isDown
isPressed
isReleased
isRepeated
isTextureValid
isUp
loadTexture
mouseCursor
mousePosition
nextFrame
press
reaper
release
resize
restoreArea
saveSVG
scale
scroll
toSVG
toSVGElement
unloadTexture
windowSize
structs
DrawnLine
DrawnRectangle
DrawnTexture
DrawnTriangle
variables
canvas
Throw an AssertError if the texture was never drawn with given parameters.