Inheritance Hierarchy
DeltaEngine.Content ContentData
DeltaEngine.GameLogic Level
DeltaEngine.Rendering3D.Shapes.Tests MockLevel
Namespace: DeltaEngine.Rendering3D.Shapes.Tests
Assembly: DeltaEngine.Rendering3D.Shapes.Tests (in DeltaEngine.Rendering3D.Shapes.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
The MockLevel type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | MockLevel(String) | Initializes a new instance of the MockLevel class |
![]() | MockLevel(Size) | Initializes a new instance of the MockLevel class |
Methods
Name | Description | |
---|---|---|
![]() | AddWave | (Inherited from Level.) |
![]() | CreateDefault | (Inherited from ContentData.) |
![]() | Dispose | (Inherited from ContentData.) |
![]() | DisposeData | (Inherited from Level.) |
![]() | GetAllTilesOfType | (Inherited from Level.) |
![]() | GetColor | (Inherited from Level.) |
![]() | GetIndexForMapData | (Inherited from Level.) |
![]() | GetMapCoordinates | (Inherited from Level.) |
![]() | GetTileIndex | (Inherited from Level.) |
![]() | GetWorldCoordinates | (Inherited from Level.) |
![]() | InitializeData | (Inherited from Level.) |
![]() | InternalCreateDefault | (Inherited from ContentData.) |
![]() | IsInsideLevelGrid | (Inherited from Level.) |
![]() | IsTileInteractable | (Inherited from Level.) |
![]() | LoadData | |
![]() | SetTile | (Inherited from Level.) |
![]() | SetTileWithScreenPosition | (Inherited from Level.) |
![]() | StoreGameTriggers | (Inherited from Level.) |
![]() | ToString | (Inherited from ContentData.) |
![]() | ToTextForXml | (Inherited from Level.) |
![]() | UpdateLevelData | (Inherited from Level.) |
Fields
Name | Description | |
---|---|---|
![]() | ContentChanged | (Inherited from ContentData.) |
![]() | data | (Inherited from Level.) |
Properties
Name | Description | |
---|---|---|
![]() | AllowCreationIfContentNotFound | (Inherited from ContentData.) |
![]() | GoalPoints | (Inherited from Level.) |
![]() | IsDisposed | (Inherited from ContentData.) |
![]() | MapData | (Inherited from Level.) |
![]() | MetaData | (Inherited from ContentData.) |
![]() | ModelName | (Inherited from Level.) |
![]() | Name | (Inherited from ContentData.) |
![]() | RenderIn3D | (Inherited from Level.) |
![]() | Size | (Inherited from Level.) |
![]() | SpawnPoints | (Inherited from Level.) |
![]() | Triggers | (Inherited from Level.) |
![]() | Waves | (Inherited from Level.) |
Events
Name | Description | |
---|---|---|
![]() | TileChanged | (Inherited from Level.) |
See Also