C# Class uREPL.GameObjectPathCompletion

Inheritance: CompletionPlugin
ファイルを表示 Open project: hecomi/uREPL

Public Methods

Method Description
GetCompletions ( string input ) : uREPL.CompletionInfo[]

Protected Methods

Method Description
OnEnable ( ) : void

Method Details

GetCompletions() public method

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

OnEnable() protected method

protected OnEnable ( ) : void
return void