C# Класс FullInspector.Internal.fiUnityInternalReflection

This class contains methods that do not use public Unity API. These are subject to break/change per update.
Показать файл Открыть проект

Открытые методы

Метод Описание
SetBoldDefaultFont ( bool enabled ) : void

Attempts to enable/disable the bold font that is used by Unity when an object has a value different from its prefab.

Описание методов

SetBoldDefaultFont() публичный статический Метод

Attempts to enable/disable the bold font that is used by Unity when an object has a value different from its prefab.
public static SetBoldDefaultFont ( bool enabled ) : void
enabled bool /// True if the bold font is set, false if it is not. ///
Результат void