UnityEditor.NetworkManagerEditor.DrawHeader C# (CSharp) Method

DrawHeader() private static method

private static DrawHeader ( Rect headerRect ) : void
headerRect UnityEngine.Rect
return void
        private static void DrawHeader(Rect headerRect)
        {
            GUI.Label(headerRect, "Registered Spawnable Prefabs:");
        }