C# Class UnityEngine.CharacterInfo

Show file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Properties

Property Type Description
index int
size int
style FontStyle

Private Properties

Property Type Description

Property Details

index public property

Unicode value of the character.

public int index
return int

size public property

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

public int size
return int

style public property

The style of the character.

public FontStyle style
return FontStyle