MockLevel ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  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

public class MockLevel : Level

The MockLevel type exposes the following members.

Constructors

  NameDescription
Protected methodMockLevel(String)
Initializes a new instance of the MockLevel class
Public methodMockLevel(Size)
Initializes a new instance of the MockLevel class
Top
Methods

  NameDescription
Public methodAddWave (Inherited from Level.)
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from Level.)
Public methodGetAllTilesOfType (Inherited from Level.)
Public methodGetColor (Inherited from Level.)
Public methodGetIndexForMapData (Inherited from Level.)
Public methodGetMapCoordinates (Inherited from Level.)
Public methodGetTileIndex (Inherited from Level.)
Public methodGetWorldCoordinates (Inherited from Level.)
Public methodInitializeData (Inherited from Level.)
Public methodInternalCreateDefault (Inherited from ContentData.)
Public methodIsInsideLevelGrid (Inherited from Level.)
Public methodIsTileInteractable (Inherited from Level.)
Public methodLoadData
Public methodSetTile (Inherited from Level.)
Public methodSetTileWithScreenPosition (Inherited from Level.)
Protected methodStoreGameTriggers (Inherited from Level.)
Public methodToString (Inherited from ContentData.)
Public methodToTextForXml (Inherited from Level.)
Protected methodUpdateLevelData (Inherited from Level.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Protected fielddata (Inherited from Level.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyGoalPoints (Inherited from Level.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMapData (Inherited from Level.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyModelName (Inherited from Level.)
Public propertyName (Inherited from ContentData.)
Public propertyRenderIn3D (Inherited from Level.)
Public propertySize (Inherited from Level.)
Public propertySpawnPoints (Inherited from Level.)
Public propertyTriggers (Inherited from Level.)
Public propertyWaves (Inherited from Level.)
Top
Events

  NameDescription
Public eventTileChanged (Inherited from Level.)
Top
See Also