Inheritance Hierarchy
DeltaEngine.Entities Entity
DeltaEngine.Entities DrawableEntity
DeltaEngine.Editor.LevelEditor MaterialLevelObject
Namespace: DeltaEngine.Editor.LevelEditor
Assembly: DeltaEngine.Editor.LevelEditor (in DeltaEngine.Editor.LevelEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MaterialLevelObject type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MaterialLevelObject | Initializes a new instance of the MaterialLevelObject class |
Methods
Name | Description | |
---|---|---|
![]() | Add T | (Inherited from DrawableEntity.) |
![]() | AddTag | (Inherited from Entity.) |
![]() | ClearTags | (Inherited from Entity.) |
![]() | Contains T | (Inherited from Entity.) |
![]() | ContainsBehavior T | (Inherited from Entity.) |
![]() | ContainsTag | (Inherited from Entity.) |
![]() | Deactivate | (Inherited from Entity.) |
![]() | Dispose | Releases all resources used by the MaterialLevelObject (Overrides Entity Dispose .) |
![]() | Get T | (Inherited from DrawableEntity.) |
![]() | GetActiveBehaviors | (Inherited from Entity.) |
![]() | GetComponentsForSaving | (Inherited from Entity.) |
![]() | GetDrawBehaviors | (Inherited from DrawableEntity.) |
![]() | GetInterpolatedArray T | (Inherited from DrawableEntity.) |
![]() | GetInterpolatedList T | (Inherited from DrawableEntity.) |
![]() | GetOrDefault T | (Inherited from Entity.) |
![]() | GetTags | (Inherited from Entity.) |
![]() | NextUpdateStarted | (Inherited from DrawableEntity.) |
![]() | OnDraw T | (Inherited from DrawableEntity.) |
![]() | Remove T | (Inherited from Entity.) |
![]() | RemoveTag | (Inherited from Entity.) |
![]() | Rotate | |
![]() | Set | (Inherited from DrawableEntity.) |
![]() | SetComponents | (Inherited from Entity.) |
![]() | SetWithoutInterpolation T | (Inherited from DrawableEntity.) |
![]() | Start T | (Inherited from Entity.) |
![]() | Stop T | (Inherited from Entity.) |
![]() | ToggleVisibility | (Inherited from DrawableEntity.) |
![]() | ToString | (Inherited from Entity.) |
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.) |
![]() | Name | |
![]() | NumberOfComponents | (Inherited from Entity.) |
![]() | RenderLayer | (Inherited from DrawableEntity.) |
![]() | UpdatePriority | (Inherited from Entity.) |
See Also