C# Class uREPL.CompletionPlugin

Inheritance: UnityEngine.MonoBehaviour
Datei anzeigen Open project: hecomi/uREPL Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

GetCompletions() public abstract method

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

OnDisable() protected method

protected OnDisable ( ) : void
return void

OnEnable() protected method

protected OnEnable ( ) : void
return void