SeawispHunter.MinibufferConsole Namespace Reference

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.png
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
 
keyboard-macros.png
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
 
keymap-modifier.png
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
 
mini-action.png
MiniAction in the inspector

Add a command that runs an action. More...

 
class  Minibuffer
 
minibuffer.png
Minibuffer in the inspector

Minibuffer is where all the magic happens. More...

 
class  MinibufferListing
 
minibuffer-listing.png
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
 
mini-incrementer.png
MiniIncrementer in the inspector

An incrementer for an integer variables. More...

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

Add a command that shows a buffer of text. More...

 
class  MiniToggler
 
mini-toggler.png
MiniToggler options in the inspector

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

 
class  Open
 
open.png
Open commands in the inspector

Open commands. More...

 
class  PowerMode
 
power-mode.png
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.png
SVG commands in the inspector

Create an Scalable Vector Graphic (SVG) of an object. More...

 
class  TwitterCommands
 
twitter-commands.png
Twitter commands in the inspector

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

 
class  UnityCommands
 
unity-commands.png
Unity commands in the inspector

Unity specific commands. More...

 
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.png
Variable commands in the inspector

Edit variables and toggle booleans. More...