Table of Contents

Delegate Element.TimeCallback

Namespace
MLEM.Ui.Elements
Assembly
MLEM.Ui.dll

A generic delegate used inside of Update(GameTime)

public delegate void Element.TimeCallback(Element element, GameTime time)

Parameters

element Element

The current element

time GameTime

The game's time

Extension Methods