C# Class Shell, UnityREPL

Inheritance: MonoBehaviour
Mostra file Open project: MrJoy/UnityREPL Class Usage Examples

Public Properties

Property Type Description
editorState TextEditor
helpScrollPosition Vector2
scrollPosition Vector2
showVars bool

Public Methods

Method Description
Cut ( TextEditor editor ) : string
Indent ( TextEditor editor ) : string
OnDestroy ( ) : void
OnDisable ( ) : void
OnGUI ( ) : void
OnLostFocus ( ) : void
Paste ( TextEditor editor, string textToPaste, bool continueSelection ) : string
ShowHelp ( ) : void
Unindent ( TextEditor editor ) : string
Update ( ) : void

Private Methods

Method Description
FilterEditorInputs ( ) : void
ForceFocus ( string selectedControl, string desiredControl ) : void
HandleInputFocusAndStateForEditor ( ) : void
IndentCommand ( ) : void
Init ( ) : void
ShowEditor ( ) : void
ShowVars ( ) : void
UnindentCommand ( ) : void
ValidateIndentCommand ( ) : bool
ValidateUnindentCommand ( ) : bool

Method Details

Cut() public method

public Cut ( TextEditor editor ) : string
editor TextEditor
return string

Indent() public method

public Indent ( TextEditor editor ) : string
editor TextEditor
return string

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnDisable() public method

public OnDisable ( ) : void
return void

OnGUI() public method

public OnGUI ( ) : void
return void

OnLostFocus() public method

public OnLostFocus ( ) : void
return void

Paste() public method

public Paste ( TextEditor editor, string textToPaste, bool continueSelection ) : string
editor TextEditor
textToPaste string
continueSelection bool
return string

ShowHelp() public method

public ShowHelp ( ) : void
return void

Unindent() public method

public Unindent ( TextEditor editor ) : string
editor TextEditor
return string

Update() public method

public Update ( ) : void
return void

Property Details

editorState public_oe property

public TextEditor editorState
return TextEditor

helpScrollPosition public_oe property

public Vector2 helpScrollPosition
return Vector2

scrollPosition public_oe property

public Vector2 scrollPosition
return Vector2

showVars public_oe property

public bool showVars
return bool