Goblin - A Platform for 3D AR and VR Applications

Framework.SetTimer Method 

Adds a timer to the list of timers for the application

public int SetTimer(
   TimerCallback callbackTimer,
   float timeoutInSeconds
);

Return Value

A unqiue id of the timer

See Also

Framework Class | Microsoft.Samples.DirectX.UtilityToolkit Namespace