C# Class exBitmapFont, ex2d-v1

Inheritance: UnityEngine.ScriptableObject
ファイルを表示 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_oe property

public List charInfos
return List

editorNeedRebuild public_oe property

public bool editorNeedRebuild
return bool

idToCharInfo protected_oe property

protected Dictionary idToCharInfo
return CharInfo>.Dictionary

inAtlas public_oe property

public bool inAtlas
return bool

kernings public_oe property

public List kernings
return List

lineHeight public_oe property

public int lineHeight
return int

pageInfos public_oe property

public List pageInfos
return List

size public_oe property

public int size
return int