Skip to content

Commit 95f4419

Browse files
authored
chore: Added XMLDoc for HiddenScriptEditor.OnInspectorGUI() (#2259)
1 parent 0b0cc1b commit 95f4419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

com.unity.netcode.gameobjects/Editor/HiddenScriptEditor.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ namespace Unity.Netcode.Editor
1313
public class HiddenScriptEditor : UnityEditor.Editor
1414
{
1515
private static readonly string[] k_HiddenFields = { "m_Script" };
16+
17+
/// <summary>
18+
/// Draws inspector properties without the script field.
19+
/// </summary>
1620
public override void OnInspectorGUI()
1721
{
1822
EditorGUI.BeginChangeCheck();

0 commit comments

Comments
 (0)