Namespace: DeltaEngine.EntitiesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static bool IsPaused { get; set; }
public static bool IsPaused { get; set; }
Public Shared Property IsPaused As Boolean
Get
Set
Public Shared Property IsPaused As Boolean
Get
Set
public:
static property bool IsPaused {
bool get ();
void set (bool value);
}
public:
static property bool IsPaused {
bool get ();
void set (bool value);
}
static member IsPaused : bool with get, set
static member IsPaused : bool with get, set
Property Value
Type:
Boolean