Table of Contents

Class RDZoomPanel

Namespace
KSP.UI
Assembly
Assembly-CSharp.dll
[Obsolete("System has been replaced by KSP.Game.Science.RDCenterUIController")]
public class RDZoomPanel : KerbalMonoBehaviour
Inheritance
RDZoomPanel
Inherited Members
Extension Methods

Constructors

RDZoomPanel()

public RDZoomPanel()

Fields

BindRoot

public ContextBindRoot BindRoot

Field Value

ContextBindRoot

Methods

EnableZoom()

public void EnableZoom()

InitializeContextBinding()

public void InitializeContextBinding()

ResetZoomLevel()

public void ResetZoomLevel()

Events

OnFitToScreenEvent

public event Action OnFitToScreenEvent

Event Type

Action

OnZoomEvent

public event Action<float, Vector2?> OnZoomEvent

Event Type

Action<float, Vector2?>