ISuggestion

Namespace: WellFired.Command.Unity.Runtime

Description

The Interface for an IAutoCompletable Object, this is used by the DevelopmentConsole to auto complete suggestions for the user. You can provide your own Auto Complete method, E.G.

Public Methods

IEnumerable< string > Suggestion ( IEnumerable< string > previousArguments )

Breakdown

  • IEnumerable< string > Suggestion ( IEnumerable< string > previousArguments )

    Description

    This method will be used by the .:ref:Command<namespacewellfired_command> to determine the auto complete values that should be used.

    Parameters

    previousArguments The Previous Arguments