C# Class uREPL.GameObjectNameCompletion

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

Méthodes publiques

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

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[]

IsInsideQuotation() public méthode

public IsInsideQuotation ( string input, string quot = "\"" ) : bool
input string
quot string
Résultat bool

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void