Blocks the called until next scene redraw, but at most for the given time.

Namespace:  SGP.XSpace
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public static void WaitForNextFrame(
	TimeSpan timeout
)

Parameters

timeout
Type: System..::.TimeSpan
Timeout for waiting to redraw.

See Also