Delegate Element.TimeCallback
A generic delegate used inside of Update(GameTime)
public delegate void Element.TimeCallback(Element element, GameTime time)
Parameters
element
ElementThe current element
time
GameTimeThe game's time
A generic delegate used inside of Update(GameTime)
public delegate void Element.TimeCallback(Element element, GameTime time)
element
ElementThe current element
time
GameTimeThe game's time