C# Class Danmaku_no_Kyojin.BulletEngine.BulletPattern

This is a complete document that describes a bullet pattern.
显示文件 Open project: Noxalus/Danmaku-no-Kyojin Class Usage Examples

Public Methods

Method 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

Method Description
StringToPatternType ( string str ) : EPatternType

convert a string to a pattern type enum

Method Details

BulletPattern() public method

Initializes a new instance of the BulletMLLib.BulletPattern class.
public BulletPattern ( ) : System
return System

ParseXML() public method

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