public void OnInspectorGUI()
        {
            serializedObject.Update();

            //Debug.Log("Drawing ScreenBreakpointClient");

            EditorGUILayout.LabelField("LunaShroom Editor", EditorStyles.centeredGreyMiniLabel);
            MyStandardEditorUI.RenderScriptDisplay(Switchboard);
            RenderOutputObjectSelector(Switchboard);
            RenderRegistryKeyTypeSelector(Switchboard);
            //RenderCordCircuitList(Switchboard, TargetMethodSelectionLabels);
            Debug.Assert(reorderableList != null);
            reorderableList.DoLayoutList();
        }
Ejemplo n.º 2
0
 private void renderScriptDisplay()
 {
     MyStandardEditorUI.RenderScriptDisplay(sb_client);
 }