C# Class Shell, UnityREPL

Inheritance: MonoBehaviour
Afficher le fichier Open project: MrJoy/UnityREPL Class Usage Examples

Méthodes publiques

Свойство Type Description
editorState TextEditor
helpScrollPosition Vector2
scrollPosition Vector2
showVars bool

Méthodes publiques

Méthode 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

Méthode 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 méthode

public Cut ( TextEditor editor ) : string
editor TextEditor
Résultat string

Indent() public méthode

public Indent ( TextEditor editor ) : string
editor TextEditor
Résultat string

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnDisable() public méthode

public OnDisable ( ) : void
Résultat void

OnGUI() public méthode

public OnGUI ( ) : void
Résultat void

OnLostFocus() public méthode

public OnLostFocus ( ) : void
Résultat void

Paste() public méthode

public Paste ( TextEditor editor, string textToPaste, bool continueSelection ) : string
editor TextEditor
textToPaste string
continueSelection bool
Résultat string

ShowHelp() public méthode

public ShowHelp ( ) : void
Résultat void

Unindent() public méthode

public Unindent ( TextEditor editor ) : string
editor TextEditor
Résultat string

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

editorState public_oe property

public TextEditor editorState
Résultat TextEditor

helpScrollPosition public_oe property

public Vector2 helpScrollPosition
Résultat Vector2

scrollPosition public_oe property

public Vector2 scrollPosition
Résultat Vector2

showVars public_oe property

public bool showVars
Résultat bool