A non-pauseable update behavior that does nothing during a unit test.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities UpdateBehavior
DeltaEngine.Mocks MockNonPauseableUpdateBehavior
Namespace: DeltaEngine.Mocks
Assembly: DeltaEngine.Mocks (in DeltaEngine.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockNonPauseableUpdateBehavior type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockNonPauseableUpdateBehavior | Initializes a new instance of the MockNonPauseableUpdateBehavior class |
Methods
Name | Description | |
---|---|---|
Update | (Overrides UpdateBehavior Update(IEnumerable Entity ).) |
See Also