C# Класс UnityEngine.CharacterInfo

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
index int
size int
style FontStyle

Private Properties

Свойство Тип Описание

Описание свойств

index публичное свойство

Unicode value of the character.

public int index
Результат int

size публичное свойство

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

public int size
Результат int

style публичное свойство

The style of the character.

public FontStyle style
Результат FontStyle