mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
xml comments not needed in editor inspector
This commit is contained in:
parent
aa41c5f5e0
commit
3d8ba67d32
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user