MockGeometry ClassDelta Engine Documentation
Mock geometry used in unit tests. View code on GitHub
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Graphics Geometry
      DeltaEngine.Graphics.Mocks MockGeometry

Namespace: DeltaEngine.Graphics.Mocks
Assembly: DeltaEngine.Graphics.Mocks (in DeltaEngine.Graphics.Mocks.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class MockGeometry : Geometry

The MockGeometry type exposes the following members.

Constructors

  NameDescription
Public methodMockGeometry(String)
Initializes a new instance of the MockGeometry class
Protected methodMockGeometry(GeometryCreationData)
Initializes a new instance of the MockGeometry class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Overrides ContentData DisposeData .)
Public methodDraw (Overrides Geometry Draw .)
Public methodGetVertexPosition
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Overrides Geometry LoadData(Stream).)
Public methodLoadFromFile (Inherited from Geometry.)
Public methodSetData( Byte ,  Int16 ) (Inherited from Geometry.)
Public methodSetData( Vertex ,  Int16 ) (Inherited from Geometry.)
Protected methodSetNativeData (Overrides Geometry SetNativeData( Byte ,  Int16 ).)
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyFormat (Inherited from Geometry.)
Public propertyHasAnimationData (Inherited from Geometry.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Public propertyNumberOfIndices (Inherited from Geometry.)
Public propertyNumberOfVertices (Inherited from Geometry.)
Public propertyTransformsOfBones (Inherited from Geometry.)
Top
See Also