C# 클래스 exBitmapFontUtility, ex2d-v1

파일 보기 프로젝트 열기: exdev/ex2d-v1

공개 메소드들

메소드 설명
Build ( this _bitmapFont, Object _fontInfo ) : void
Create ( string _path, string _name ) : exBitmapFont,

비공개 메소드들

메소드 설명
ParseFontInfo ( exBitmapFont, _bitmapFont, Object _fontInfo ) : void
ParseValue ( string _words, string _key ) : string

메소드 상세

Build() 공개 정적인 메소드

public static Build ( this _bitmapFont, Object _fontInfo ) : void
_bitmapFont this
_fontInfo Object
리턴 void

Create() 공개 정적인 메소드

public static Create ( string _path, string _name ) : exBitmapFont,
_path string
_name string
리턴 exBitmapFont,