C# 클래스 uREPL.CompletionPlugin

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: hecomi/uREPL 1 사용 예제들

공개 메소드들

메소드 설명
GetCompletions ( string input ) : uREPL.CompletionInfo[]

보호된 메소드들

메소드 설명
OnDisable ( ) : void
OnEnable ( ) : void

메소드 상세

GetCompletions() 공개 추상적인 메소드

public abstract GetCompletions ( string input ) : uREPL.CompletionInfo[]
input string
리턴 uREPL.CompletionInfo[]

OnDisable() 보호된 메소드

protected OnDisable ( ) : void
리턴 void

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void