Click or drag to resize
DigitalRuneDelegateGraphicsScreenUpdateCallback Property
Gets or sets the update callback method.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Action<GraphicsScreen, TimeSpan> UpdateCallback { get; set; }

Property Value

Type: ActionGraphicsScreen, TimeSpan
The update callback method. (Can be .)
Remarks
This method is called by the DelegateGraphicsScreen when OnUpdate(TimeSpan) is called. The second parameter is the elapsed time since the last frame.
See Also