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