Interface ISystem
Interface for system.
Inherited Members
Namespace: Evergine.Common.System
Assembly: Evergine.Common.dll
Syntax
public interface ISystem : IDisposable
Methods
BeginTask()
Begins the task.
Declaration
void BeginTask()
EndTask()
Ends the task.
Declaration
void EndTask()
SetTaskContext()
Sets the task context.
Declaration
void SetTaskContext()
StartStopwatch()
Starts the stopwatch.
Declaration
IStopwatch StartStopwatch()
Returns
Type | Description |
---|---|
IStopwatch | The result. |