C# Class SGDeContent.DataTypes.Content

Inheritance: Microsoft.Xna.Framework.Content.Pipeline.ContentItem
Show file Open project: sgdc/sgdc-old Class Usage Examples

Public Properties

Property Type Description
Type ContentTypes
Version double
document System.Xml.XmlDocument

Public Methods

Method Description
Content ( XmlDocument doc, ContentTypes type, double version ) : System

Method Details

Content() public method

public Content ( XmlDocument doc, ContentTypes type, double version ) : System
doc System.Xml.XmlDocument
type ContentTypes
version double
return System

Property Details

Type public property

public ContentTypes Type
return ContentTypes

Version public property

public double Version
return double

document public property

public XmlDocument,System.Xml document
return System.Xml.XmlDocument