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.");
        }