NewInputSyncFindAction(String) Method

Finds an input action synchronization object by its name or identifier string.

Definition

Namespace: Alteruna.Multiplayer
Assembly: Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
public NewInputSyncInputActionSync FindAction(
	string actionNameOrId
)

Parameters

actionNameOrId  String
The name or string identifier of the input action to find.

Return Value

NewInputSyncInputActionSync
The NewInputSyncInputActionSync object associated with the specified name or identifier.

Exceptions

ArgumentExceptionThrown when no input action matches the specified name or identifier.

See Also