UnityEditor.AudioMixerEffectGUI.EffectHeader C# (CSharp) Method

EffectHeader() public static method

public static EffectHeader ( string text ) : void
text string
return void
        public static void EffectHeader(string text)
        {
            GUILayout.Label(text, styles.headerStyle, new GUILayoutOption[0]);
        }