C# 클래스 Sphere.Plugins.Views.ScriptView

상속: DocumentView
파일 보기 프로젝트 열기: Radnen/spherestudio 1 사용 예제들

공개 메소드들

메소드 설명
GoToLine ( int lineNumber ) : void

Moves the cursor to a specified line number, used when debugging.

보호된 메소드들

메소드 설명
OnBreakpointChanged ( BreakpointChangedEventArgs e ) : void

Fires a BreakpointChanged event for this ScriptView.

메소드 상세

GoToLine() 공개 메소드

Moves the cursor to a specified line number, used when debugging.
public GoToLine ( int lineNumber ) : void
lineNumber int The line number to navigate to.
리턴 void

OnBreakpointChanged() 보호된 메소드

Fires a BreakpointChanged event for this ScriptView.
protected OnBreakpointChanged ( BreakpointChangedEventArgs e ) : void
e BreakpointChangedEventArgs
리턴 void