C# Class uREPL.CompletionPlugin

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: hecomi/uREPL Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnDisable ( ) : void
OnEnable ( ) : void

Method Details

GetCompletions() public abstract méthode

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

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void