C# Class exBitmapFont, ex2d-v1

Inheritance: UnityEngine.ScriptableObject
Afficher le fichier Open project: exdev/ex2d-v1 Class Usage Examples

Méthodes publiques

Свойство Type Description
charInfos List
editorNeedRebuild bool
inAtlas bool
kernings List
lineHeight int
pageInfos List
size int

Protected Properties

Свойство Type Description
idToCharInfo CharInfo>.Dictionary

Méthodes publiques

Méthode Description
GetCharInfo ( int _id ) : CharInfo,
RebuildIdToCharInfoTable ( ) : void
Reset ( ) : void

Method Details

GetCharInfo() public méthode

public GetCharInfo ( int _id ) : CharInfo,
_id int
Résultat CharInfo,

RebuildIdToCharInfoTable() public méthode

public RebuildIdToCharInfoTable ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Property Details

charInfos public_oe property

public List charInfos
Résultat List

editorNeedRebuild public_oe property

public bool editorNeedRebuild
Résultat bool

idToCharInfo protected_oe property

protected Dictionary idToCharInfo
Résultat CharInfo>.Dictionary

inAtlas public_oe property

public bool inAtlas
Résultat bool

kernings public_oe property

public List kernings
Résultat List

lineHeight public_oe property

public int lineHeight
Résultat int

pageInfos public_oe property

public List pageInfos
Résultat List

size public_oe property

public int size
Résultat int