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