Delegate Element.TimeCallback
A generic delegate used inside of Update(GameTime)
public delegate void Element.TimeCallback(Element element, GameTime time)
Parameters
elementElementThe current element
timeGameTimeThe 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