C# 클래스 BMFontReader, swip3

Helper class that takes care of loading BMFont's glyph information from the specified byte array. This functionality is not a part of BMFont anymore because Flash export option can't handle System.IO functions.
파일 보기 프로젝트 열기: unit9/swip3 1 사용 예제들

공개 메소드들

메소드 설명
Load ( BMFont, font, string name, byte bytes ) : void

Reload the font data.

비공개 메소드들

메소드 설명
GetInt ( string s ) : int

Helper function that retrieves the integer value of the key=value pair.

GetString ( string s ) : string

Helper function that retrieves the string value of the key=value pair.

메소드 상세

Load() 정적인 공개 메소드

Reload the font data.
static public Load ( BMFont, font, string name, byte bytes ) : void
font BMFont,
name string
bytes byte
리턴 void