We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16f683 commit 657ef16Copy full SHA for 657ef16
com.unity.netcode.gameobjects/Editor/Configuration/NetworkPrefabsEditor.cs
@@ -88,6 +88,9 @@ private void OnEnable()
88
m_NetworkPrefabsList.drawHeaderCallback = rect => EditorGUI.LabelField(rect, "NetworkPrefabs");
89
}
90
91
+ /// <summary>
92
+ /// Draws the custom inspector GUI for the NetworkPrefabsEditor.
93
+ /// </summary>
94
public override void OnInspectorGUI()
95
{
96
using (new EditorGUI.DisabledScope(true))
0 commit comments