Interface IPausable
Interface for pausable objects.
Namespace: Evergine.Common.Helpers
Assembly: Evergine.Common.dll
Syntax
public interface IPausable
Properties
State
Gets or sets the state.
Declaration
ExecutionState State { get; set; }
Property Value
Type | Description |
---|---|
ExecutionState | The asset path. |
Methods
Initialize()
Initialize the object.
Declaration
void Initialize()
Pause()
Pause the object.
Declaration
void Pause()
Resume()
Pause the object.
Declaration
void Resume()