C# Class uREPL.GameObjectNameCompletion

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

Public Methods

Method Description
GetCompletions ( string input ) : uREPL.CompletionInfo[]
IsInsideQuotation ( string input, string quot = "\"" ) : bool

Protected Methods

Method Description
OnEnable ( ) : void

Method Details

GetCompletions() public method

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

IsInsideQuotation() public method

public IsInsideQuotation ( string input, string quot = "\"" ) : bool
input string
quot string
return bool

OnEnable() protected method

protected OnEnable ( ) : void
return void