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 |
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 |
Record your key strokes and play them back. More... | |
class | Keymap |
Map of key sequences to command names. More... | |
class | KeymapModifier |
Add or remove a key binding. More... | |
class | ListCompleter |
Have a list of some type T? Use ListCompleter<T> . More... | |
class | MiniAction |
Add a command that runs an action. More... | |
class | Minibuffer |
Minibuffer is where all the magic happens. More... | |
class | MinibufferListing |
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 |
An incrementer for an integer variables. More... | |
class | MiniInfo |
Add a command that shows a buffer of text. More... | |
class | MiniToggler |
Add command to toggle a state or game object on or off. More... | |
class | Open |
Open commands. More... | |
class | PowerMode |
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 |
Create an Scalable Vector Graphic (SVG) of an object. More... | |
class | TwitterCommands |
Tweet a message, screenshot, or GIF from within your game. More... | |
class | UnityCommands |
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 |
Edit variables and toggle booleans. More... | |