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

Inheritance: ViewModelBase
Exibir arquivo Open project: Slesa/Playground Class Usage Examples

Public Methods

Method Description
ExchangeData ( UnitType unitType ) : void
SingleUnitTypeViewModel ( UnitType unitType ) : Godot.IcsModel.Entities
UnderlayingObject ( ) : UnitType

Method Details

ExchangeData() public method

public ExchangeData ( UnitType unitType ) : void
unitType Godot.IcsModel.Entities.UnitType
return void

SingleUnitTypeViewModel() public method

public SingleUnitTypeViewModel ( UnitType unitType ) : Godot.IcsModel.Entities
unitType Godot.IcsModel.Entities.UnitType
return Godot.IcsModel.Entities

UnderlayingObject() public method

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