MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Refresh

Method Refresh

Source/Editor/Windows/OutputLogWindow.cs:686–692  ·  view source on GitHub ↗

Refreshes the log output.

()

Source from the content-addressed store, hash-verified

684 /// Refreshes the log output.
685 /// </summary>
686 private void Refresh()
687 {
688 _textBufferCount = 0;
689 _textBuffer.Clear();
690 _textBlocks.Clear();
691 _isDirty = true;
692 }
693
694 /// <summary>
695 /// Clears the log.

Callers

nothing calls this directly

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected