Table of Contents

Class Scrollable

Namespace
KSP.Navigation
Assembly
Assembly-CSharp.dll
public class Scrollable : Decorator<NavElementGroup>
Inheritance
Scrollable
Inherited Members
Extension Methods

Constructors

Scrollable(Extend<NavElementGroup>)

public Scrollable(Extend<NavElementGroup> extend)

Parameters

extend Extend<NavElementGroup>

Fields

AutoScrollDuration

public float AutoScrollDuration

Field Value

float

Properties

ScrollRect

public ScrollRect ScrollRect { get; }

Property Value

ScrollRect

ScrollRectTransform

public RectTransform ScrollRectTransform { get; }

Property Value

RectTransform

Methods

Scroll(Vector2)

public bool Scroll(Vector2 deltaScroll)

Parameters

deltaScroll Vector2

Returns

bool

ScrollTo(Selectable)

public bool ScrollTo(Selectable element)

Parameters

element Selectable

Returns

bool

UpdateBoundary()

public void UpdateBoundary()