AssetBundleGraph.Modifiers.FontModifier.OnInspectorGUI C# (CSharp) Метод

OnInspectorGUI() публичный Метод

public OnInspectorGUI ( System.Action onValueChanged ) : void
onValueChanged System.Action
Результат void
        public void OnInspectorGUI(Action onValueChanged)
        {
            GUILayout.Label("Implement your modifier for this type.");
        }