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

Method Copy

Source/Editor/Windows/DebugLogWindow.cs:235–238  ·  view source on GitHub ↗

Copies the entry information to the system clipboard (as text).

()

Source from the content-addressed store, hash-verified

233 /// Copies the entry information to the system clipboard (as text).
234 /// </summary>
235 public void Copy()
236 {
237 Clipboard.Text = Info.Replace("\r\n", "\n").Replace("\n", Environment.NewLine);
238 }
239
240 public override bool OnMouseDoubleClick(Float2 location, MouseButton button)
241 {

Callers 5

AddPresetFunction · 0.45
AddTargetFunction · 0.45
DuplicateMethod · 0.45
PasteMethod · 0.45
GameWindowMethod · 0.45

Calls 1

ReplaceMethod · 0.80

Tested by

no test coverage detected