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

Inheritance: ViewModelBase
Datei anzeigen Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
ExchangeData ( Recipe recipe ) : void
SingleRecipeViewModel ( Recipe recipe ) : System.Linq
UnderlayingObject ( ) : Recipe

Method Details

ExchangeData() public method

public ExchangeData ( Recipe recipe ) : void
recipe Godot.IcsModel.Entities.Recipe
return void

SingleRecipeViewModel() public method

public SingleRecipeViewModel ( Recipe recipe ) : System.Linq
recipe Godot.IcsModel.Entities.Recipe
return System.Linq

UnderlayingObject() public method

public UnderlayingObject ( ) : Recipe
return Godot.IcsModel.Entities.Recipe