Tesla Graphics Engine Documentation (January 2012)
Heartbeat Delegate
TeslaTesla.CoreHeartbeat
Encapsulates a method that has no parameters or return values that will be executed when an application is Idle. Generally this is the method that contains the main update/render "loop" and is thus a heartbeat for your graphics application.
Declaration Syntax
C#
public delegate void Heartbeat()

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)