IRenderTimer Interface

Summary

Defines the interface implemented by an application render timer.
IRenderTimer

Syntax

public interface IRenderTimer

Events

Name Type Summary
Tick Action<TimeSpan>
Raised when the render timer ticks to signal a new frame should be drawn.