Class Highlight
- Namespace
- KSP.UI
- Assembly
- Assembly-CSharp.dll
public class Highlight : KerbalMonoBehaviour
- Inheritance
-
Highlight
- Derived
-
- Inherited Members
-
- Extension Methods
-
Constructors
Highlight()
Fields
_handlePartDestroyed
protected SubscriptionHandle _handlePartDestroyed
Field Value
- SubscriptionHandle
activeVessel
protected VesselComponent activeVessel
Field Value
- VesselComponent
highlight_Data
protected Highlight_Data highlight_Data
Field Value
- Highlight_Data
partViewComponent
protected PartBehavior partViewComponent
Field Value
- PartBehavior
viewHighlight
protected GameObject viewHighlight
Field Value
- GameObject
viewObject
protected SimulationObjectView viewObject
Field Value
- SimulationObjectView
Properties
InOAB
protected bool InOAB { get; }
Property Value
- bool
Methods
Cleanup()
public virtual void Cleanup()
Hide()
public virtual void Hide()
OnDisable()
OnPartDestroyed(MessageCenterMessage)
protected virtual void OnPartDestroyed(MessageCenterMessage obj)
Parameters
obj MessageCenterMessage
OnUpdate()
public virtual void OnUpdate()
ParentHighlightToPart()
protected virtual void ParentHighlightToPart()
Show(Highlight_Data)
public virtual void Show(Highlight_Data data)
Parameters
data Highlight_Data