Beispiel #1
0
        public GUIStyle Create()
        {
            var style = StyleFactory.CreateWithTextColor(EditorStyles.foldoutPreDrop, _textColor);

            return(style);
        }