Table of Contents

Struct GameInput.VABActions

Namespace
KSP.Input
Assembly
Assembly-CSharp.dll
public struct GameInput.VABActions
Inherited Members
Extension Methods

Constructors

VABActions(GameInput)

public VABActions(GameInput wrapper)

Parameters

wrapper GameInput

Properties

addFavorite

public InputAction addFavorite { get; }

Property Value

InputAction

blueprintModeGamepad

public InputAction blueprintModeGamepad { get; }

Property Value

InputAction

cameraFastModifier

public InputAction cameraFastModifier { get; }

Property Value

InputAction

cameraLook

public InputAction cameraLook { get; }

Property Value

InputAction

cameraPan

public InputAction cameraPan { get; }

Property Value

InputAction

cameraPanGamepad

public InputAction cameraPanGamepad { get; }

Property Value

InputAction

cameraRotate

public InputAction cameraRotate { get; }

Property Value

InputAction

cameraZoom

public InputAction cameraZoom { get; }

Property Value

InputAction

cameraZoomGamepad

public InputAction cameraZoomGamepad { get; }

Property Value

InputAction

copy

public InputAction copy { get; }

Property Value

InputAction

delete

public InputAction delete { get; }

Property Value

InputAction

disableStackAttachment

public InputAction disableStackAttachment { get; }

Property Value

InputAction

enabled

public bool enabled { get; }

Property Value

bool

fastScrollModifier

public InputAction fastScrollModifier { get; }

Property Value

InputAction

hotKeyModifier

public InputAction hotKeyModifier { get; }

Property Value

InputAction

launch

public InputAction launch { get; }

Property Value

InputAction

lockTarget

public InputAction lockTarget { get; }

Property Value

InputAction

modifier

public InputAction modifier { get; }

Property Value

InputAction

modifierGamepad

public InputAction modifierGamepad { get; }

Property Value

InputAction

mousePrimary

public InputAction mousePrimary { get; }

Property Value

InputAction

mouseSecondary

public InputAction mouseSecondary { get; }

Property Value

InputAction

mouseTertiary

public InputAction mouseTertiary { get; }

Property Value

InputAction

nextSymmetryMode

public InputAction nextSymmetryMode { get; }

Property Value

InputAction

paste

public InputAction paste { get; }

Property Value

InputAction

previousSymmetryMode

public InputAction previousSymmetryMode { get; }

Property Value

InputAction

quitOrthoView

public InputAction quitOrthoView { get; }

Property Value

InputAction

redo

public InputAction redo { get; }

Property Value

InputAction

resetCamera

public InputAction resetCamera { get; }

Property Value

InputAction

resetPartRotation

public InputAction resetPartRotation { get; }

Property Value

InputAction

rotatePartGamepad

public InputAction rotatePartGamepad { get; }

Property Value

InputAction

rotatePitch

public InputAction rotatePitch { get; }

Property Value

InputAction

rotateRoll

public InputAction rotateRoll { get; }

Property Value

InputAction

rotateYaw

public InputAction rotateYaw { get; }

Property Value

InputAction
public InputAction search { get; }

Property Value

InputAction

selectAllPrimaryAssembly

public InputAction selectAllPrimaryAssembly { get; }

Property Value

InputAction

setSymmetryMirrorMode

public InputAction setSymmetryMirrorMode { get; }

Property Value

InputAction

testLoad

public InputAction testLoad { get; }

Property Value

InputAction

testSave

public InputAction testSave { get; }

Property Value

InputAction

toggleAngleSnap

public InputAction toggleAngleSnap { get; }

Property Value

InputAction

toggleCategoriesGamepad

public InputAction toggleCategoriesGamepad { get; }

Property Value

InputAction

toggleConsoleToolbox

public InputAction toggleConsoleToolbox { get; }

Property Value

InputAction

toggleFilterGamepad

public InputAction toggleFilterGamepad { get; }

Property Value

InputAction

toggleFrameOfReference

public InputAction toggleFrameOfReference { get; }

Property Value

InputAction

toolMove

public InputAction toolMove { get; }

Property Value

InputAction

toolMoveUpDown

public InputAction toolMoveUpDown { get; }

Property Value

InputAction

toolNumbers

public InputAction toolNumbers { get; }

Property Value

InputAction

tooltipPageDown

public InputAction tooltipPageDown { get; }

Property Value

InputAction

tooltipPageUp

public InputAction tooltipPageUp { get; }

Property Value

InputAction

undo

public InputAction undo { get; }

Property Value

InputAction

Methods

AddCallbacks(IVABActions)

public void AddCallbacks(GameInput.IVABActions instance)

Parameters

instance GameInput.IVABActions

Disable()

public void Disable()

Enable()

public void Enable()

Get()

public InputActionMap Get()

Returns

InputActionMap

RemoveCallbacks(IVABActions)

public void RemoveCallbacks(GameInput.IVABActions instance)

Parameters

instance GameInput.IVABActions

SetCallbacks(IVABActions)

public void SetCallbacks(GameInput.IVABActions instance)

Parameters

instance GameInput.IVABActions

Operators

implicit operator InputActionMap(VABActions)

public static implicit operator InputActionMap(GameInput.VABActions set)

Parameters

set GameInput.VABActions

Returns

InputActionMap