Debugger
Introduction
Write Method
Cursor cursor = FlatRedBall.Gui.GuiManager.Cursor;
string resultString = "World X: " + cursor.WorldXAt(0) +
"\nWorld Y: " + cursor.WorldYAt(0);
FlatRedBall.Debugging.Debugger.Write(resultString);
Last updated
Was this helpful?