Table of Contents

Class ScrollableExtension

Namespace
KSP.Navigation
Assembly
Assembly-CSharp.dll
public static class ScrollableExtension
Inheritance
ScrollableExtension
Inherited Members

Methods

Scrollable(Decorator<NavElementGroup>, bool)

public static Scrollable Scrollable(this Decorator<NavElementGroup> decorator, bool createIfNotExist = false)

Parameters

decorator Decorator<NavElementGroup>
createIfNotExist bool

Returns

Scrollable

Scrollable(Extend<NavElementGroup>)

public static Extend<NavElementGroup> Scrollable(this Extend<NavElementGroup> extend)

Parameters

extend Extend<NavElementGroup>

Returns

Extend<NavElementGroup>

Scrollable(IExtendable<NavElementGroup>, bool)

public static Scrollable Scrollable(this IExtendable<NavElementGroup> target, bool createIfNotExist = false)

Parameters

target IExtendable<NavElementGroup>
createIfNotExist bool

Returns

Scrollable