ConsoleCommandAttribute

Namespace: WellFired.Command.Unity.Runtime

Description

Place this attribute on any method that you want exposed to the .:ref:Command<namespacewellfired_command>.

Properties

string Name { get; set; }
string Description { get; set; }

Breakdown

  • string Name { get; set; }

    Description

    The Name of this attribute. .:ref:Command<namespacewellfired_command> will use this as the actual command the user must type of select.

  • string Description { get; set; }

    Description

    This will give the user a nice overview of the command they are about to use.