Alteruna Multiplayer Docs
C#
Show/Hide TOC
Input
Synchronizable
On
Key
Update Property
Event for changes in key inputs. passes
KeyCode
and state.
Definition
Namespace:
Alteruna.Multiplayer.InputSynchronizable
Assembly:
Alteruna (in Alteruna.dll) Version: 2.0.1+a1176e08a0b4a6bfd8fefeddde6163a16d29e5ab
C#
Copy
public
UnityEvent
<
KeyCode
,
bool
>
OnKeyUpdate
{
get
; }
Property Value
UnityEvent
KeyCode
,
Boolean
Implements
IInput
OnKeyUpdate
See Also
Reference
InputSynchronizable Class
Alteruna.Multiplayer.InputSynchronizable Namespace
In This Article
Definition
Property Value
Implements
See Also