 | GameProcessActive Property |
Whether this process is currently being updated.
Namespace: Slash.ECS.ProcessesAssembly: Slash.ECS.Processes (in Slash.ECS.Processes.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool Active { get; }
Public ReadOnly Property Active As Boolean
Get
public:
property bool Active {
bool get ();
}
member Active : bool with get
Property Value
Type:
Boolean
See Also