FocusChain.runLocalInputActions

Run an input action implemented by this node. These usually perform focus switching

class FocusChain
protected
bool
runLocalInputActions

Parameters

actionID InputActionID

ID of the input action to perform.

isActive bool

If true, the action has been activated during this frame.

Return Value

Type: bool

True if the action was handled, false if not.

Meta