C# Class uREPL.GameObjectPathCompletion

Inheritance: CompletionPlugin
Afficher le fichier Open project: hecomi/uREPL

Méthodes publiques

Méthode Description
GetCompletions ( string input ) : uREPL.CompletionInfo[]

Méthodes protégées

Méthode Description
OnEnable ( ) : void

Method Details

GetCompletions() public méthode

public GetCompletions ( string input ) : uREPL.CompletionInfo[]
input string
Résultat uREPL.CompletionInfo[]

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void