Classes
These are Minibuffer's most useful classes for users. When in doubt, start with the Minibuffer class.
[detail level 12]
 CAttribute [external]
 CCommandMark a method as an interactive command
 CCurrentRequests the current object of particular type
 CGroupName a group for the following commands and variables
 CPromptPrompt the user for an argument with completer, default input, history, etc
 CUniversalArgumentMark an int, bool, or int? parameter to receive the universal argument
 CVariableMark a field or property as a variable to Minibuffer
 CIAnnotaterAnnotate completions
 CICoercerCoerce a completion string to a desired type
 CDictCompleter< ValueT >Have objects with specialized names? Use this completer
 CFileCompleterA filename and directory completer
 CListCompleter< T >Have a list of some type T? Use ListCompleter<T>
 CICompleterProvide tab completions for an input string
 CDictCompleter< ValueT >Have objects with specialized names? Use this completer
 CFileCompleterA filename and directory completer
 CListCompleter< T >Have a list of some type T? Use ListCompleter<T>
 CResourceCompleter< T >Tab complete any Unity resource type
 CICurrentProviderProvide the current object based on its type
 CKeymapMap of key sequences to command names
 CMinibufferListing
minibuffer-listing.png
Show commands, etc in inspector

Display listing of commands, variables, and key bindings in Inspector window

 CMinibufferStubThis stub may be of use for asset developers
 CMonoBehaviour [external]
 CHelpCommands
help-commands.png
Help commands in the inspector

Interrogate the running system about its commands and variables

 CKeyboardMacros
keyboard-macros.png
KeyboardMacros in the inspector

Record your key strokes and play them back

 CKeymapModifier
keymap-modifier.png
KeymapModifier in the inspector

Add or remove a key binding

 CMiniAction
mini-action.png
MiniAction in the inspector

Add a command that runs an action

 CMinibuffer
minibuffer.png
Minibuffer in the inspector

Minibuffer is where all the magic happens

 CMiniIncrementer
mini-incrementer.png
MiniIncrementer in the inspector

An incrementer for an integer variables

 CMiniInfo
mini-info-smaller.png
MiniInfo in the inspector

Add a command that shows a buffer of text

 CMiniToggler
mini-toggler.png
MiniToggler options in the inspector

Add command to toggle a state or game object on or off

 COpen
open.png
Open commands in the inspector

Open commands

 CPowerMode
power-mode.png
Power mode in the inspector

Make typing fun again! Type M-x power-mode to begin

 CSVGScreenshot
svg-commands.png
SVG commands in the inspector

Create an Scalable Vector Graphic (SVG) of an object

 CTwitterCommands
twitter-commands.png
Twitter commands in the inspector

Tweet a message, screenshot, or GIF from within your game

 CUnityCommands
unity-commands.png
Unity commands in the inspector

Unity specific commands

 CVariableCommands
variable-commands.png
Variable commands in the inspector

Edit variables and toggle booleans

 CSecretKey
secret-key.png
Secret key in the inspector

Toggle Minibuffer with a Secret Key

 CCaptureToGIF
capture-to-gif.png
GIF commands in the inspector

Record a GIF

 CPromptResultReturn the user input string and coerced object (if any)