Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Rendering3D Entity3D
DeltaEngine.Rendering3D HierarchyEntity3D
DeltaEngine.Physics3D PhysicalEntity3D
DeltaEngine.GameLogic Projectile
Namespace: DeltaEngine.Physics3D
Assembly: DeltaEngine.Physics3D (in DeltaEngine.Physics3D.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The PhysicalEntity3D type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | PhysicalEntity3D | Initializes a new instance of the PhysicalEntity3D class |
![]() | PhysicalEntity3D(Vector3D, Quaternion, Single, Single) | Initializes a new instance of the PhysicalEntity3D 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 | (Inherited from HierarchyEntity3D.) |
![]() | Elapsed | |
![]() | IsActive | (Inherited from HierarchyEntity3D.) |
![]() | IsPauseable | (Inherited from Entity.) |
![]() | IsVisible | (Inherited from DrawableEntity.) |
![]() | LifeTime | |
![]() | Mass | |
![]() | NumberOfComponents | (Inherited from Entity.) |
![]() | Orientation | (Inherited from Entity3D.) |
![]() | Parent | (Inherited from HierarchyEntity3D.) |
![]() | PhysicsBody | |
![]() | Position | (Inherited from Entity3D.) |
![]() | RelativeOrientation | (Inherited from HierarchyEntity3D.) |
![]() | RelativePosition | (Inherited from HierarchyEntity3D.) |
![]() | RenderLayer | (Inherited from DrawableEntity.) |
![]() | RotationAxis | |
![]() | RotationSpeed | |
![]() | Scale | (Inherited from Entity3D.) |
![]() | UpdatePriority | (Inherited from Entity.) |
![]() | Velocity |
Events
Name | Description | |
---|---|---|
![]() | OnLifeTimeExceeded |
See Also