C# Class TimeRulerLibrary.DebugCommandUI.CommandInfo

CommandInfo class that contains information to run the command.
Show file Open project: jaquadro/MonoGdx

Public Properties

Property Type Description
callback DebugCommandExecute
command string
description string

Public Methods

Method Description
CommandInfo ( string command, string description, DebugCommandExecute callback ) : System

Method Details

CommandInfo() public method

public CommandInfo ( string command, string description, DebugCommandExecute callback ) : System
command string
description string
callback DebugCommandExecute
return System

Property Details

callback public property

public DebugCommandExecute callback
return DebugCommandExecute

command public property

public string command
return string

description public property

public string description
return string