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

Method Clear

Source/Editor/Windows/OutputLogWindow.cs:697–701  ·  view source on GitHub ↗

Clears the log.

()

Source from the content-addressed store, hash-verified

695 /// Clears the log.
696 /// </summary>
697 public void Clear()
698 {
699 _entries?.Clear();
700 Refresh();
701 }
702
703 /// <summary>
704 /// Loads the log from the file selected by the user with the file pickup dialog.

Callers 4

OnParseTextBlocksMethod · 0.45
RefreshMethod · 0.45
LoadLogFileMethod · 0.45
OnDestroyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected