Table of Contents

Delegate Element.DrawCallback

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll
public delegate void Element.DrawCallback(Element element, GameTime time, SpriteBatch batch, float alpha)

Parameters

element Element

The element that is being drawn

time GameTime

The game's time

batch SpriteBatch

The sprite batch used for drawing

alpha float

The alpha this element is drawn with

Extension Methods