We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0cc1b commit 95f4419Copy full SHA for 95f4419
com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs
@@ -13,6 +13,10 @@ namespace Unity.Netcode.Editor
13
public class HiddenScriptEditor : UnityEditor.Editor
14
{
15
private static readonly string[] k_HiddenFields = { "m_Script" };
16
+
17
+ /// <summary>
18
+ /// Draws inspector properties without the script field.
19
+ /// </summary>
20
public override void OnInspectorGUI()
21
22
EditorGUI.BeginChangeCheck();
0 commit comments