Table of Contents

Class ToggleableInputAction

Namespace
KSP.Input
Assembly
Assembly-CSharp.dll
public abstract class ToggleableInputAction
Inheritance
ToggleableInputAction
Derived
Inherited Members
Extension Methods

Constructors

ToggleableInputAction(InputAction)

protected ToggleableInputAction(InputAction inputAction)

Parameters

inputAction InputAction

Fields

_enabled

protected bool _enabled

Field Value

bool

_inputAction

protected InputAction _inputAction

Field Value

InputAction

Properties

InputAction

public InputAction InputAction { get; }

Property Value

InputAction

Methods

SetState(bool, bool)

public void SetState(bool enabled, bool forced = false)

Parameters

enabled bool
forced bool