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
decoratorDecorator<NavElementGroup>createIfNotExistbool
Returns
Scrollable(Extend<NavElementGroup>)
public static Extend<NavElementGroup> Scrollable(this Extend<NavElementGroup> extend)
Parameters
extendExtend<NavElementGroup>
Returns
Scrollable(IExtendable<NavElementGroup>, bool)
public static Scrollable Scrollable(this IExtendable<NavElementGroup> target, bool createIfNotExist = false)
Parameters
targetIExtendable<NavElementGroup>createIfNotExistbool