A drawable entity that does nothing; useful for unit testing.
View code on GitHub
Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Mocks MockDrawableEntity
Namespace: DeltaEngine.Mocks
Assembly: DeltaEngine.Mocks (in DeltaEngine.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockDrawableEntity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockDrawableEntity | Initializes a new instance of the MockDrawableEntity class |
Methods
Fields
Name | Description | |
---|---|---|
![]() | components | (Inherited from Entity.) |
![]() | lastTickLerpComponents |
Each element can either be a Lerp, a Lerp List or an array of Lerp objects.
View code on GitHub (Inherited from DrawableEntity.) |
Properties
Name | Description | |
---|---|---|
![]() | IsActive | (Inherited from DrawableEntity.) |
![]() | IsPauseable | (Inherited from Entity.) |
![]() | IsVisible | (Inherited from DrawableEntity.) |
![]() | NumberOfComponents | (Inherited from Entity.) |
![]() | RenderLayer | (Inherited from DrawableEntity.) |
![]() | UpdatePriority | (Inherited from Entity.) |
See Also