Table of Contents

Struct GameInput.Navigation_Move_LeftStickActions

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

Constructors

Navigation_Move_LeftStickActions(GameInput)

public Navigation_Move_LeftStickActions(GameInput wrapper)

Parameters

wrapper GameInput

Properties

MoveDown

public InputAction MoveDown { get; }

Property Value

InputAction

MoveLeft

public InputAction MoveLeft { get; }

Property Value

InputAction

MoveRight

public InputAction MoveRight { get; }

Property Value

InputAction

MoveUp

public InputAction MoveUp { get; }

Property Value

InputAction

enabled

public bool enabled { get; }

Property Value

bool

Methods

AddCallbacks(INavigation_Move_LeftStickActions)

public void AddCallbacks(GameInput.INavigation_Move_LeftStickActions instance)

Parameters

instance GameInput.INavigation_Move_LeftStickActions

Disable()

public void Disable()

Enable()

public void Enable()

Get()

public InputActionMap Get()

Returns

InputActionMap

RemoveCallbacks(INavigation_Move_LeftStickActions)

public void RemoveCallbacks(GameInput.INavigation_Move_LeftStickActions instance)

Parameters

instance GameInput.INavigation_Move_LeftStickActions

SetCallbacks(INavigation_Move_LeftStickActions)

public void SetCallbacks(GameInput.INavigation_Move_LeftStickActions instance)

Parameters

instance GameInput.INavigation_Move_LeftStickActions

Operators

implicit operator InputActionMap(Navigation_Move_LeftStickActions)

public static implicit operator InputActionMap(GameInput.Navigation_Move_LeftStickActions set)

Parameters

set GameInput.Navigation_Move_LeftStickActions

Returns

InputActionMap