C# Class SGDeContent.DataTypes.Content

Inheritance: Microsoft.Xna.Framework.Content.Pipeline.ContentItem
Afficher le fichier Open project: sgdc/sgdc-old Class Usage Examples

Méthodes publiques

Свойство Type Description
Type ContentTypes
Version double
document System.Xml.XmlDocument

Méthodes publiques

Méthode Description
Content ( XmlDocument doc, ContentTypes type, double version ) : System

Method Details

Content() public méthode

public Content ( XmlDocument doc, ContentTypes type, double version ) : System
doc System.Xml.XmlDocument
type ContentTypes
version double
Résultat System

Property Details

Type public_oe property

public ContentTypes Type
Résultat ContentTypes

Version public_oe property

public double Version
Résultat double

document public_oe property

public XmlDocument,System.Xml document
Résultat System.Xml.XmlDocument