C# Class Danmaku_no_Kyojin.BulletEngine.BulletPattern

This is a complete document that describes a bullet pattern.
Afficher le fichier Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Méthodes publiques

Méthode Description
BulletPattern ( ) : System

Initializes a new instance of the BulletMLLib.BulletPattern class.

ParseXML ( string xmlFileName ) : bool

Parses a bulletml document into this bullet pattern

Private Methods

Méthode Description
StringToPatternType ( string str ) : EPatternType

convert a string to a pattern type enum

Method Details

BulletPattern() public méthode

Initializes a new instance of the BulletMLLib.BulletPattern class.
public BulletPattern ( ) : System
Résultat System

ParseXML() public méthode

Parses a bulletml document into this bullet pattern
public ParseXML ( string xmlFileName ) : bool
xmlFileName string Xml file name.
Résultat bool