PropertiesXml ClassDelta Engine Documentation
Inheritance Hierarchy

System Object
  DeltaEngine.Content ContentData
    DeltaEngine.Content.Xml XmlContent
      CreepyTowers PropertiesXml
        CreepyTowers.Enemy.Bosses BossPropertiesXml
        CreepyTowers.Enemy.Creeps CreepPropertiesXml
        CreepyTowers.Towers TowerPropertiesXml

Namespace: CreepyTowers
Assembly: CreepyTowers (in CreepyTowers.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract class PropertiesXml : XmlContent

The PropertiesXml type exposes the following members.

Constructors

  NameDescription
Protected methodPropertiesXml
Initializes a new instance of the PropertiesXml class
Top
Methods

  NameDescription
Protected methodCreateDefault (Inherited from ContentData.)
Public methodDispose (Inherited from ContentData.)
Protected methodDisposeData (Inherited from XmlContent.)
Public methodGet(BossType)
Public methodGet(CreepType)
Public methodGet(TowerType)
Public methodInternalCreateDefault (Inherited from ContentData.)
Protected methodLoadData (Overrides XmlContent LoadData(Stream).)
Protected methodParseData
Public methodToString (Inherited from ContentData.)
Top
Fields

  NameDescription
Protected fieldagentData
Protected fieldContentChanged (Inherited from ContentData.)
Top
Properties

  NameDescription
Protected propertyAllowCreationIfContentNotFound (Inherited from ContentData.)
Public propertyData (Inherited from XmlContent.)
Public propertyIsDisposed (Inherited from ContentData.)
Public propertyMetaData (Inherited from ContentData.)
Public propertyName (Inherited from ContentData.)
Top
See Also