Namespaces | |
namespace | Extensions |
Classes | |
class | Command |
Mark a method as an interactive command. More... | |
class | Current |
Requests the current object of particular type. More... | |
class | DictCompleter |
Have objects with specialized names? Use this completer. More... | |
class | FileCompleter |
A filename and directory completer. More... | |
class | Group |
Name a group for the following commands and variables. More... | |
class | HelpCommands |
![]()
Help commands in the inspector Interrogate the running system about its commands and variables. More... | |
interface | IAnnotater |
Annotate completions. More... | |
interface | ICoercer |
Coerce a completion string to a desired type. More... | |
interface | ICompleter |
Provide tab completions for an input string. More... | |
interface | ICurrentProvider |
Provide the current object based on its type. More... | |
class | KeyboardMacros |
![]()
KeyboardMacros in the inspector Record your key strokes and play them back. More... | |
class | Keymap |
Map of key sequences to command names. More... | |
class | KeymapModifier |
![]()
KeymapModifier in the inspector Add or remove a key binding. More... | |
class | ListCompleter |
Have a list of some type T? Use ListCompleter<T> . More... | |
class | MiniAction |
![]()
MiniAction in the inspector Add a command that runs an action. More... | |
class | Minibuffer |
![]()
Minibuffer in the inspector Minibuffer is where all the magic happens. More... | |
class | MinibufferListing |
![]()
Show commands, etc in inspector Display listing of commands, variables, and key bindings in Inspector window. More... | |
class | MinibufferStub |
This stub may be of use for asset developers. More... | |
class | MiniIncrementer |
![]()
MiniIncrementer in the inspector An incrementer for an integer variables. More... | |
class | MiniInfo |
![]()
MiniInfo in the inspector Add a command that shows a buffer of text. More... | |
class | MiniToggler |
![]()
MiniToggler options in the inspector Add command to toggle a state or game object on or off. More... | |
class | Open |
![]()
Open commands in the inspector Open commands. More... | |
class | PowerMode |
![]()
Power mode in the inspector Make typing fun again! Type M-x power-mode to begin. More... | |
class | Prompt |
Prompt the user for an argument with completer, default input, history, etc. More... | |
struct | PromptResult |
Return the user input string and coerced object (if any). More... | |
class | ResourceCompleter |
Tab complete any Unity resource type. More... | |
class | SVGScreenshot |
![]()
SVG commands in the inspector Create an Scalable Vector Graphic (SVG) of an object. More... | |
class | TwitterCommands |
![]()
Twitter commands in the inspector Tweet a message, screenshot, or GIF from within your game. More... | |
class | UnityCommands |
![]()
Unity commands in the inspector | |
class | UniversalArgument |
Mark an int, bool, or int? parameter to receive the universal argument. More... | |
class | Variable |
Mark a field or property as a variable to Minibuffer. More... | |
class | VariableCommands |
![]()
Variable commands in the inspector Edit variables and toggle booleans. More... | |