Alteruna Multiplayer Docs
C#
Show/Hide TOC
New
Input
Sync
Find
Action(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#
Copy
public
NewInputSync
InputActionSync
FindAction
(
Guid
id
)
Parameters
id
Guid
The unique identifier (GUID) of the input action to retrieve.
Return Value
NewInputSync
InputActionSync
The
NewInputSync
InputActionSync
object associated with the specified identifier.
Exceptions
ArgumentException
Thrown when no input action matches the specified identifier.
See Also
Reference
NewInputSync Class
FindAction Overload
Alteruna.Multiplayer Namespace
In This Article
Definition
Parameters
Return Value
Exceptions
See Also