C# 클래스 TimeRulerLibrary.DebugCommandUI.CommandInfo

CommandInfo class that contains information to run the command.
파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 프로퍼티들

프로퍼티 타입 설명
callback DebugCommandExecute
command string
description string

공개 메소드들

메소드 설명
CommandInfo ( string command, string description, DebugCommandExecute callback ) : System

메소드 상세

CommandInfo() 공개 메소드

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

프로퍼티 상세

callback 공개적으로 프로퍼티

public DebugCommandExecute callback
리턴 DebugCommandExecute

command 공개적으로 프로퍼티

public string command
리턴 string

description 공개적으로 프로퍼티

public string description
리턴 string