This class displays an on-screen console for easier debugging DO NOT ADD THIS CLASS AS A COMPONENT. Instead, use the MMDebug.DebugOnScreen methods that will take care of everything
More...
|
| virtual void | SetFontSize (int fontSize) |
| | Sets the size of the font, and automatically deduces the character's height and width. More...
|
| |
| virtual void | SetScreenOffset (int top=10, int left=10) |
| | Sets the screen offset, from the top left corner More...
|
| |
| virtual void | SetMessage (string newMessage) |
| | Replaces the content of the current message stack with the specified string More...
|
| |
| virtual void | AddMessage (string newMessage) |
| | Adds the specified message to the message stack. More...
|
| |
|
| virtual void | OnGUI () |
| | Draws a box containing the current stack of messages on top of the screen. More...
|
| |
This class displays an on-screen console for easier debugging DO NOT ADD THIS CLASS AS A COMPONENT. Instead, use the MMDebug.DebugOnScreen methods that will take care of everything
◆ AddMessage()
| virtual void MoreMountains.Tools.MMConsole.AddMessage |
( |
string |
newMessage | ) |
|
|
virtual |
Adds the specified message to the message stack.
- Parameters
-
◆ OnGUI()
| virtual void MoreMountains.Tools.MMConsole.OnGUI |
( |
| ) |
|
|
protectedvirtual |
Draws a box containing the current stack of messages on top of the screen.
◆ SetFontSize()
| virtual void MoreMountains.Tools.MMConsole.SetFontSize |
( |
int |
fontSize | ) |
|
|
virtual |
Sets the size of the font, and automatically deduces the character's height and width.
- Parameters
-
◆ SetMessage()
| virtual void MoreMountains.Tools.MMConsole.SetMessage |
( |
string |
newMessage | ) |
|
|
virtual |
Replaces the content of the current message stack with the specified string
- Parameters
-
◆ SetScreenOffset()
| virtual void MoreMountains.Tools.MMConsole.SetScreenOffset |
( |
int |
top = 10, |
|
|
int |
left = 10 |
|
) |
| |
|
virtual |
Sets the screen offset, from the top left corner
- Parameters
-
◆ _characterHeight
| int MoreMountains.Tools.MMConsole._characterHeight = 16 |
|
protected |
◆ _characterWidth
| int MoreMountains.Tools.MMConsole._characterWidth = 6 |
|
protected |
◆ _fontSize
| int MoreMountains.Tools.MMConsole._fontSize = 10 |
|
protected |
◆ _largestMessageLength
| int MoreMountains.Tools.MMConsole._largestMessageLength =0 |
|
protected |
◆ _marginLeft
| int MoreMountains.Tools.MMConsole._marginLeft = 10 |
|
protected |
◆ _marginTop
| int MoreMountains.Tools.MMConsole._marginTop = 10 |
|
protected |
◆ _messageStack
| string MoreMountains.Tools.MMConsole._messageStack |
|
protected |
◆ _messageStackHasBeenDisplayed
| bool MoreMountains.Tools.MMConsole._messageStackHasBeenDisplayed =false |
|
protected |
◆ _numberOfMessages
| int MoreMountains.Tools.MMConsole._numberOfMessages =0 |
|
protected |
◆ _padding
| int MoreMountains.Tools.MMConsole._padding = 10 |
|
protected |
The documentation for this class was generated from the following file:
- Assets/InfiniteRunnerEngine/ThirdParty/MoreMountains/MMTools/Core/MMHelpers/MMConsole.cs