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

Inheritance: ViewModelBase
Show file Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
ExchangeData ( Unit unit ) : void
SingleUnitViewModel ( Unit unit ) : Godot.IcsModel.Entities
UnderlayingObject ( ) : Unit

Method Details

ExchangeData() public method

public ExchangeData ( Unit unit ) : void
unit Godot.IcsModel.Entities.Unit
return void

SingleUnitViewModel() public method

public SingleUnitViewModel ( Unit unit ) : Godot.IcsModel.Entities
unit Godot.IcsModel.Entities.Unit
return Godot.IcsModel.Entities

UnderlayingObject() public method

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