C# Class UnityEngine.CharacterInfo

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
index int
size int
style FontStyle

Private Properties

Свойство Type Description

Property Details

index public_oe property

Unicode value of the character.

public int index
Résultat int

size public_oe property

The size of the character or 0 if it is the default font size.

public int size
Résultat int

style public_oe property

The style of the character.

public FontStyle style
Résultat FontStyle