C# Class SGDeContent.Processors.MapProcessor

Afficher le fichier Open project: sgdc/sgdc-old

Méthodes publiques

Свойство Type Description
CurrentEntityID int
map Map

Méthodes publiques

Méthode Description
Process ( Content input, ContentProcessorContext context ) : Map
Process ( XmlNode input, double version, ContentProcessorContext context ) : Map

Method Details

Process() public static méthode

public static Process ( Content input, ContentProcessorContext context ) : Map
input SGDeContent.DataTypes.Content
context ContentProcessorContext
Résultat Map

Process() public static méthode

public static Process ( XmlNode input, double version, ContentProcessorContext context ) : Map
input System.Xml.XmlNode
version double
context ContentProcessorContext
Résultat Map

Property Details

CurrentEntityID public_oe static_oe property

This represents the currently processing entity ID. This is used when processing Entitys for the Map.
public static int CurrentEntityID
Résultat int

map public_oe static_oe property

This is the currently processing map.
public static Map map
Résultat Map