C# Class TimeRulerLibrary.DebugCommandUI.CommandInfo

CommandInfo class that contains information to run the command.
Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Свойство Type Description
callback DebugCommandExecute
command string
description string

Méthodes publiques

Méthode Description
CommandInfo ( string command, string description, DebugCommandExecute callback ) : System

Method Details

CommandInfo() public méthode

public CommandInfo ( string command, string description, DebugCommandExecute callback ) : System
command string
description string
callback DebugCommandExecute
Résultat System

Property Details

callback public_oe property

public DebugCommandExecute callback
Résultat DebugCommandExecute

command public_oe property

public string command
Résultat string

description public_oe property

public string description
Résultat string