C# 클래스 Danmaku_no_Kyojin.BulletEngine.BulletPattern

This is a complete document that describes a bullet pattern.
파일 보기 프로젝트 열기: Noxalus/Danmaku-no-Kyojin 1 사용 예제들

공개 메소드들

메소드 설명
BulletPattern ( ) : System

Initializes a new instance of the BulletMLLib.BulletPattern class.

ParseXML ( string xmlFileName ) : bool

Parses a bulletml document into this bullet pattern

비공개 메소드들

메소드 설명
StringToPatternType ( string str ) : EPatternType

convert a string to a pattern type enum

메소드 상세

BulletPattern() 공개 메소드

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

ParseXML() 공개 메소드

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