 | GameProcessPaused Property |
Whether this process is waiting to be resumed for being updated again.
Namespace: Slash.ECS.ProcessesAssembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Paused { get; }
Public ReadOnly Property Paused As Boolean
Get
public:
property bool Paused {
bool get ();
}
member Paused : bool with get
Property Value
Type:
Boolean
See Also