C# 클래스 FullInspector.Internal.fiUnityInternalReflection

This class contains methods that do not use public Unity API. These are subject to break/change per update.
파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
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