SuggestionButton

Namespace: WellFired.Command.Unity.Runtime.Helpers

Description

Properties

float Width { get; set; }
GUIContent Content { get; set; }
bool AutomaticallyExecute { get; set; }
string Input { get; set; }

Public Methods

  SuggestionButton ( ISkinData skinData, string label, string input, bool automaticallyExecute )

Breakdown

  • float Width { get; set; }
  • GUIContent Content { get; set; }
  • bool AutomaticallyExecute { get; set; }
  • string Input { get; set; }
  • SuggestionButton ( ISkinData skinData, string label, string input, bool automaticallyExecute )