C# 클래스 Godot.IcsEditor.Ui.ViewModel.CommandViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: Slesa/Playground

공개 메소드들

메소드 설명
CommandViewModel ( string displayName, ICommand command ) : System
CommandViewModel ( string displayName, string icon, ICommand command ) : System

메소드 상세

CommandViewModel() 공개 메소드

public CommandViewModel ( string displayName, ICommand command ) : System
displayName string
command ICommand
리턴 System

CommandViewModel() 공개 메소드

public CommandViewModel ( string displayName, string icon, ICommand command ) : System
displayName string
icon string
command ICommand
리턴 System