xml comments not needed in editor inspector

This commit is contained in:
vis2k 2021-09-25 15:46:31 +08:00
parent aa41c5f5e0
commit 3d8ba67d32

View File

@ -65,9 +65,7 @@ public override void OnInspectorGUI()
DrawDefaultSyncSettings();
}
/// <summary>
/// Draws Sync Objects that are IEnumerable
/// </summary>
// Draws Sync Objects that are IEnumerable
protected void DrawDefaultSyncLists()
{
// Need this check in case OnEnable returns early
@ -76,9 +74,7 @@ protected void DrawDefaultSyncLists()
syncListDrawer.Draw();
}
/// <summary>
/// Draws SyncSettings if the NetworkBehaviour has anything to sync
/// </summary>
// Draws SyncSettings if the NetworkBehaviour has anything to sync
protected void DrawDefaultSyncSettings()
{
// does it sync anything? then show extra properties