C# Class Godot.IcsEditor.Ui.ViewModel.CommandViewModel

Inheritance: ViewModelBase
Show file Open project: Slesa/Playground

Public Methods

Method Description
CommandViewModel ( string displayName, ICommand command ) : System
CommandViewModel ( string displayName, string icon, ICommand command ) : System

Method Details

CommandViewModel() public method

public CommandViewModel ( string displayName, ICommand command ) : System
displayName string
command ICommand
return System

CommandViewModel() public method

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