Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Rendering3D Entity3D
DeltaEngine.Rendering3D Billboard
DeltaEngine.Rendering3D.Particles.Tests MockEnemy
Namespace: DeltaEngine.Rendering3D.Particles.Tests
Assembly: DeltaEngine.Rendering3D.Particles.Tests (in DeltaEngine.Rendering3D.Particles.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockEnemy type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MockEnemy | Initializes a new instance of the MockEnemy class |
Methods
Fields
Name | Description | |
---|---|---|
components | (Inherited from Entity.) | |
direction | ||
lastOrientation | (Inherited from Entity3D.) | |
lastPosition | (Inherited from Entity3D.) | |
lastTickLerpComponents |
Each element can either be a Lerp, a Lerp List or an array of Lerp objects.
View code on GitHub (Inherited from DrawableEntity.) | |
planeQuad | (Inherited from Billboard.) |
Properties
Name | Description | |
---|---|---|
IsActive | (Inherited from DrawableEntity.) | |
IsPauseable | (Inherited from Entity.) | |
IsVisible | (Inherited from DrawableEntity.) | |
NumberOfComponents | (Inherited from Entity.) | |
Orientation | (Inherited from Entity3D.) | |
Position | (Inherited from Entity3D.) | |
RenderLayer | (Inherited from DrawableEntity.) | |
Scale | (Inherited from Entity3D.) | |
UpdatePriority | (Inherited from Entity.) |
See Also