AssetBundleGraph.Modifiers.FontModifier.OnInspectorGUI C# (CSharp) Method

OnInspectorGUI() public method

public OnInspectorGUI ( System.Action onValueChanged ) : void
onValueChanged System.Action
return void
        public void OnInspectorGUI(Action onValueChanged)
        {
            GUILayout.Label("Implement your modifier for this type.");
        }