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

Inheritance: ViewModelBase
Afficher le fichier Open project: Slesa/Playground

Méthodes publiques

Méthode Description
CommandViewModel ( string displayName, ICommand command ) : System
CommandViewModel ( string displayName, string icon, ICommand command ) : System

Method Details

CommandViewModel() public méthode

public CommandViewModel ( string displayName, ICommand command ) : System
displayName string
command ICommand
Résultat System

CommandViewModel() public méthode

public CommandViewModel ( string displayName, string icon, ICommand command ) : System
displayName string
icon string
command ICommand
Résultat System