Skip to content

Commit b7bb587

Browse files
committed
minor
1 parent 15e21d8 commit b7bb587

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

SadConsole/SadConsole.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1932,6 +1932,23 @@
19321932
<param name="bufferHeight">The maximum height of the surface.</param>
19331933
<param name="clear">When <see langword="true"/>, resets every cell to the <see cref="P:SadConsole.Console.DefaultForeground"/>, <see cref="P:SadConsole.Console.DefaultBackground"/> and glyph 0.</param>
19341934
</member>
1935+
<member name="T:SadConsole.Debug.Screen">
1936+
<summary>
1937+
A debugging screen that takes the place of the active <see cref="P:SadConsole.GameHost.Screen"/> and displays information about SadConsole.
1938+
</summary>
1939+
</member>
1940+
<member name="M:SadConsole.Debug.Screen.Show(SadConsole.IFont,SadRogue.Primitives.Point)">
1941+
<summary>
1942+
Displays the debugger.
1943+
</summary>
1944+
<param name="font">The font to use the debugging screen.</param>
1945+
<param name="fontSize">The size of the font.</param>
1946+
</member>
1947+
<member name="M:SadConsole.Debug.Screen.Show">
1948+
<summary>
1949+
Shows the debug screen with the default font and size.
1950+
</summary>
1951+
</member>
19351952
<member name="T:SadConsole.DrawCalls.DrawCallCustom">
19361953
<summary>
19371954
A draw call that invokes an <see cref="T:System.Action"/> delegate.

0 commit comments

Comments
 (0)