C# Class FullInspector.Internal.fiUnityInternalReflection

This class contains methods that do not use public Unity API. These are subject to break/change per update.
Mostra file Open project: jacobdufault/fullinspector

Public Methods

Method Description
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.

Method Details

SetBoldDefaultFont() public static method

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. ///
return void