| Show Hide | Method used to show/hide console. |
| Show Hide Key | Key used to show/hide console. |
| Show Hide Button | Button used to show/hide console. |
| Start Shown | Show the console immediately. |
| Show Hide Anim Bool | Animator bool parameter updated with show/hide state. |
| Receive Errors | Receive errors for Unity. |
| Output | Where should we show output text? |
| Input | Where do we get command input? |
| Buffer Size | How many commands do we keep and display? |
| Auto Size Container | Should we auto-size the output's parent transform? |
| Size Padding | When auto-size, what padding should we apply? |
| Scrollbar | If supplied scrollbar will scroll to bottom everytime a command or message is received. |
| On Show | Event fired when the console is shown. |
| On Hide | Event fired when the console is hidden. |