C# Class PerformanceMeasuring.GameDebugTools.DebugCommandUI.CommandInfo

CommandInfo class that contains information to run the command.
Datei anzeigen Open project: vchelaru/FlatRedBall

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_oe property

public DebugCommandExecute callback
return DebugCommandExecute

command public_oe property

public string command
return string

description public_oe property

public string description
return string