GuiHost..::..TimeElapsed Property

Elapsed time since last frame in milliseconds

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public static float TimeElapsed { get; set; }
Public Shared Property TimeElapsed As Single
	Get
	Set
public:
static property float^ TimeElapsed {
	float^ get ();
	void set (float^ value);
}