C# 클래스 exBitmapFont, ex2d-v1

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: exdev/ex2d-v1 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
charInfos List
editorNeedRebuild bool
inAtlas bool
kernings List
lineHeight int
pageInfos List
size int

보호된 프로퍼티들

프로퍼티 타입 설명
idToCharInfo CharInfo>.Dictionary

공개 메소드들

메소드 설명
GetCharInfo ( int _id ) : CharInfo,
RebuildIdToCharInfoTable ( ) : void
Reset ( ) : void

메소드 상세

GetCharInfo() 공개 메소드

public GetCharInfo ( int _id ) : CharInfo,
_id int
리턴 CharInfo,

RebuildIdToCharInfoTable() 공개 메소드

public RebuildIdToCharInfoTable ( ) : void
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

charInfos 공개적으로 프로퍼티

public List charInfos
리턴 List

editorNeedRebuild 공개적으로 프로퍼티

public bool editorNeedRebuild
리턴 bool

idToCharInfo 보호되어 있는 프로퍼티

protected Dictionary idToCharInfo
리턴 CharInfo>.Dictionary

inAtlas 공개적으로 프로퍼티

public bool inAtlas
리턴 bool

kernings 공개적으로 프로퍼티

public List kernings
리턴 List

lineHeight 공개적으로 프로퍼티

public int lineHeight
리턴 int

pageInfos 공개적으로 프로퍼티

public List pageInfos
리턴 List

size 공개적으로 프로퍼티

public int size
리턴 int