C# 클래스 SpriterMinimizer.Xml2Bin

파일 보기 프로젝트 열기: SBCGames/SpriterMinimizer

공개 메소드들

메소드 설명
Convert ( Options aOptions, Def aRootDef ) : void

비공개 메소드들

메소드 설명
CountSubElements ( XmlNodeList aNodes ) : int
ProcessElement ( int aPosition, XmlElement aElement, Def aDef, BinaryWriter aWriter ) : void
WriteAttribute ( string aValue, eAttribType aType, BinaryWriter aWriter ) : void

메소드 상세

Convert() 공개 메소드

public Convert ( Options aOptions, Def aRootDef ) : void
aOptions Options
aRootDef Def
리턴 void