whenever you click on an object/string/int field it gets highlighted with blue (the label text and the bounds of the field rectangle). What is the editor API responsible for this? I’ve been ILSpying on UnityEditor.dll, I looked at the internal DoObjectField for example, but couldn’t really find anything about ‘blue’ or ‘highlight’ or, style or, I don’t know… Does anyone know? perhaps someone from the editor team can help?