| DebugRendererUpdate Method |
Note: This API is now obsolete.
Updates the internal caches of the
DebugRenderer.
(Usually you do not need to call this method, see remarks.)
Namespace: DigitalRune.Graphics.RenderingAssembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax [ObsoleteAttribute("This method is not needed anymore.")]
public void Update(
TimeSpan deltaTime
)
<ObsoleteAttribute("This method is not needed anymore.")>
Public Sub Update (
deltaTime As TimeSpan
)
public:
[ObsoleteAttribute(L"This method is not needed anymore.")]
void Update(
TimeSpan deltaTime
)
[<ObsoleteAttribute("This method is not needed anymore.")>]
member Update :
deltaTime : TimeSpan -> unit
Parameters
- deltaTime
- Type: SystemTimeSpan
The elapsed time since the last frame.
Remarks See Also