NewInputSyncFindAction(Guid) Method

Retrieves an input action synchronization object corresponding to the specified unique identifier.

Definition

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

Parameters

id  Guid
The unique identifier (GUID) of the input action to retrieve.

Return Value

NewInputSyncInputActionSync
The NewInputSyncInputActionSync object associated with the specified identifier.

Exceptions

ArgumentExceptionThrown when no input action matches the specified identifier.

See Also