eDriven Framework API
Delay Property
NamespaceseDriven.Core.UtilTimerDelay
eDriven Framework API
Delay time in seconds (seconds because Unity deals with seconds rather than milliseconds)
Declaration Syntax
C#Visual BasicVisual C++
public float Delay { get; set; }
Public Property Delay As Single
	Get
	Set
public:
property float Delay {
	float get ();
	void set (float value);
}

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)