C# 클래스 Shell, UnityREPL

상속: MonoBehaviour
파일 보기 프로젝트 열기: MrJoy/UnityREPL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
editorState TextEditor
helpScrollPosition Vector2
scrollPosition Vector2
showVars bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FilterEditorInputs ( ) : void
ForceFocus ( string selectedControl, string desiredControl ) : void
HandleInputFocusAndStateForEditor ( ) : void
IndentCommand ( ) : void
Init ( ) : void
ShowEditor ( ) : void
ShowVars ( ) : void
UnindentCommand ( ) : void
ValidateIndentCommand ( ) : bool
ValidateUnindentCommand ( ) : bool

메소드 상세

Cut() 공개 메소드

public Cut ( TextEditor editor ) : string
editor TextEditor
리턴 string

Indent() 공개 메소드

public Indent ( TextEditor editor ) : string
editor TextEditor
리턴 string

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OnDisable() 공개 메소드

public OnDisable ( ) : void
리턴 void

OnGUI() 공개 메소드

public OnGUI ( ) : void
리턴 void

OnLostFocus() 공개 메소드

public OnLostFocus ( ) : void
리턴 void

Paste() 공개 메소드

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

ShowHelp() 공개 메소드

public ShowHelp ( ) : void
리턴 void

Unindent() 공개 메소드

public Unindent ( TextEditor editor ) : string
editor TextEditor
리턴 string

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

editorState 공개적으로 프로퍼티

public TextEditor editorState
리턴 TextEditor

helpScrollPosition 공개적으로 프로퍼티

public Vector2 helpScrollPosition
리턴 Vector2

scrollPosition 공개적으로 프로퍼티

public Vector2 scrollPosition
리턴 Vector2

showVars 공개적으로 프로퍼티

public bool showVars
리턴 bool