Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Rendering3D Entity3D
DeltaEngine.Rendering3D HierarchyEntity3D
CreepyTowers.Towers InterpolatingProjectile
DeltaEngine.GameLogic Actor3D
DeltaEngine.Physics3D PhysicalEntity3D
DeltaEngine.Rendering3D Model
DeltaEngine.Rendering3D.Particles ParticleSystem
Namespace: DeltaEngine.Rendering3D
Assembly: DeltaEngine.Rendering3D (in DeltaEngine.Rendering3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The HierarchyEntity3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | HierarchyEntity3D(Vector3D) | Initializes a new instance of the HierarchyEntity3D class |
![]() | HierarchyEntity3D(Vector3D, Quaternion) | Initializes a new instance of the HierarchyEntity3D class |
Methods
Fields
Name | Description | |
---|---|---|
![]() | components | (Inherited from Entity.) |
![]() | 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.) |
Properties
Name | Description | |
---|---|---|
![]() | Children | |
![]() | IsActive | (Overrides DrawableEntity IsActive.) |
![]() | IsPauseable | (Inherited from Entity.) |
![]() | IsVisible | (Inherited from DrawableEntity.) |
![]() | NumberOfComponents | (Inherited from Entity.) |
![]() | Orientation | (Inherited from Entity3D.) |
![]() | Parent | |
![]() | Position | (Inherited from Entity3D.) |
![]() | RelativeOrientation | |
![]() | RelativePosition | |
![]() | RenderLayer | (Inherited from DrawableEntity.) |
![]() | Scale | (Inherited from Entity3D.) |
![]() | UpdatePriority | (Inherited from Entity.) |
See Also