Rendering settings for when the component is displayed normally.
JavaScript
JavaScript
C#
Boo
// Prints the text color that customStyles[0] is using functionOnGUI() { if(GUI.skin.customStyles.Length > 0) Debug.Log(GUI.skin.customStyles[0].normal.textColor); }