C# Class exBitmapFont, ex2d-v1

Inheritance: UnityEngine.ScriptableObject
Show file Open project: exdev/ex2d-v1 Class Usage Examples

Public Properties

Property Type Description
charInfos List
editorNeedRebuild bool
inAtlas bool
kernings List
lineHeight int
pageInfos List
size int

Protected Properties

Property Type Description
idToCharInfo CharInfo>.Dictionary

Public Methods

Method Description
GetCharInfo ( int _id ) : CharInfo,
RebuildIdToCharInfoTable ( ) : void
Reset ( ) : void

Method Details

GetCharInfo() public method

public GetCharInfo ( int _id ) : CharInfo,
_id int
return CharInfo,

RebuildIdToCharInfoTable() public method

public RebuildIdToCharInfoTable ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

Property Details

charInfos public property

public List charInfos
return List

editorNeedRebuild public property

public bool editorNeedRebuild
return bool

idToCharInfo protected property

protected Dictionary idToCharInfo
return CharInfo>.Dictionary

inAtlas public property

public bool inAtlas
return bool

kernings public property

public List kernings
return List

lineHeight public property

public int lineHeight
return int

pageInfos public property

public List pageInfos
return List

size public property

public int size
return int