HeadlessBackend.assertTexture

Throw an AssertError if the texture was never drawn with given parameters.

  1. void assertTexture(Texture texture, Vector2 position, Color tint)
    class HeadlessBackend
    version(Fluid_HeadlessOutput)
    void
    assertTexture
    (,
    Vector2 position
    ,
    Color tint
    )
  2. void assertTexture(Rectangle r, Color color)

Meta