Table of Contents

Class UIVesselHudLocator

Namespace
KSP.UI.Binding.Core
Assembly
Assembly-CSharp.dll
public abstract class UIVesselHudLocator : UIDataBinder<VesselDataProvider>, IUIDataBinder, IUIDataBinder<VesselDataProvider>, IUIDataBindable<VesselDataProvider>, IUIDataBindable
Inheritance
UIVesselHudLocator
Implements
Inherited Members
Extension Methods

Constructors

UIVesselHudLocator()

protected UIVesselHudLocator()

Properties

LocationGroup

protected CanvasGroup LocationGroup { get; }

Property Value

CanvasGroup

LocationGroupTransform

protected RectTransform LocationGroupTransform { get; }

Property Value

RectTransform

Methods

Awake()

protected override void Awake()

BindData(IProperty<VesselDataProvider>)

public virtual void BindData(IProperty<VesselDataProvider> vesselProperty)

Parameters

vesselProperty IProperty<VesselDataProvider>

RedrawOnIsBoundChanged(bool)

protected override void RedrawOnIsBoundChanged(bool instant = true)

Parameters

instant bool