C# 클래스 uREPL.GameObjectPathCompletion

상속: CompletionPlugin
파일 보기 프로젝트 열기: hecomi/uREPL

공개 메소드들

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

보호된 메소드들

메소드 설명
OnEnable ( ) : void

메소드 상세

GetCompletions() 공개 메소드

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

OnEnable() 보호된 메소드

protected OnEnable ( ) : void
리턴 void