Inheritance Hierarchy
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
The XnaGeometry type exposes the following members.
Constructors
Name | Description | |
---|---|---|
XnaGeometry(String, Device) | Initializes a new instance of the XnaGeometry class | |
XnaGeometry(GeometryCreationData, Device) | Initializes a new instance of the XnaGeometry class |
Methods
Name | Description | |
---|---|---|
CreateDefault | (Inherited from ContentData.) | |
Dispose | (Inherited from ContentData.) | |
DisposeData | (Overrides ContentData DisposeData .) | |
Draw | (Overrides Geometry Draw .) | |
InternalCreateDefault | (Inherited from ContentData.) | |
LoadData | (Inherited from Geometry.) | |
LoadFromFile | (Inherited from Geometry.) | |
SetData( Byte , Int16 ) | (Inherited from Geometry.) | |
SetData( Vertex , Int16 ) | (Inherited from Geometry.) | |
SetNativeData | (Overrides Geometry SetNativeData( Byte , Int16 ).) | |
ToString | (Inherited from ContentData.) |
Fields
Name | Description | |
---|---|---|
ContentChanged | (Inherited from ContentData.) |
Properties
Name | Description | |
---|---|---|
AllowCreationIfContentNotFound | (Inherited from ContentData.) | |
Format | (Inherited from Geometry.) | |
HasAnimationData | (Inherited from Geometry.) | |
IsDisposed | (Inherited from ContentData.) | |
MetaData | (Inherited from ContentData.) | |
Name | (Inherited from ContentData.) | |
NumberOfIndices | (Inherited from Geometry.) | |
NumberOfVertices | (Inherited from Geometry.) | |
TransformsOfBones | (Inherited from Geometry.) |
See Also