Table of Contents

Interface IModelViewMap

Namespace
KSP.Sim
Assembly
Assembly-CSharp.dll
public interface IModelViewMap
Extension Methods

Methods

Bind(SimulationObjectModel, SimulationObjectView, bool)

void Bind(SimulationObjectModel model, SimulationObjectView view, bool allowRebind = true)

Parameters

model SimulationObjectModel
view SimulationObjectView
allowRebind bool

Clear()

void Clear()

FromModel(SimulationObjectModel)

SimulationObjectView FromModel(SimulationObjectModel ufoModel)

Parameters

ufoModel SimulationObjectModel

Returns

SimulationObjectView

Unbind(SimulationObjectView)

void Unbind(SimulationObjectView view)

Parameters

view SimulationObjectView