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.2+dcdb8fba58ad1eb99205b1dc6265fd5b3b7cf8ec
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