Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Tests.Entities UpdateAndDrawThreadsTests PositionEntity
Namespace: DeltaEngine.Tests.Entities
Assembly: DeltaEngine.Tests (in DeltaEngine.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The UpdateAndDrawThreadsTests PositionEntity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UpdateAndDrawThreadsTests PositionEntity | Initializes a new instance of the UpdateAndDrawThreadsTests PositionEntity 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.) | |
Position | ||
RenderLayer | (Inherited from DrawableEntity.) | |
UpdatePriority | (Inherited from Entity.) |
See Also