XnaGeometry ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Graphics Geometry
      DeltaEngine.Graphics.Xna XnaGeometry

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

public class XnaGeometry : Geometry

The XnaGeometry type exposes the following members.

Constructors

  NameDescription
Public methodXnaGeometry(String, Device)
Initializes a new instance of the XnaGeometry class
Public methodXnaGeometry(GeometryCreationData, Device)
Initializes a new instance of the XnaGeometry 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 methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Inherited from Geometry.)
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