C# Class UnityEngine.CharacterInfo

ファイルを表示 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_oe property

Unicode value of the character.

public int index
return int

size public_oe property

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

public int size
return int

style public_oe property

The style of the character.

public FontStyle style
return FontStyle