C# Class uREPL.CommandCompletion

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

Public Properties

Property Type Description
instance CommandCompletion

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

Property Details

instance public_oe static_oe property

public static CommandCompletion,uREPL instance
return CommandCompletion