mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-30 20:02:49 -05:00
33 lines
1008 B
Markdown
33 lines
1008 B
Markdown
|
---
|
||
|
id: unityatoms.inputsystem.editor
|
||
|
title: UnityAtoms.InputSystem.Editor
|
||
|
hide_title: true
|
||
|
sidebar_label: UnityAtoms.InputSystem.Editor
|
||
|
---
|
||
|
|
||
|
# Namespace - `UnityAtoms.InputSystem.Editor`
|
||
|
|
||
|
## `PlayerInputEventEditor`
|
||
|
|
||
|
Event property drawer of type `PlayerInput`. Inherits from `AtomEventEditor<PlayerInput, PlayerInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
|
||
|
|
||
|
---
|
||
|
|
||
|
## `InputAction_CallbackContextEventEditor`
|
||
|
|
||
|
Event property drawer of type `InputAction.CallbackContext`. Inherits from `AtomEventEditor<InputAction.CallbackContext, InputAction_CallbackContextEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
|
||
|
|
||
|
---
|
||
|
|
||
|
## `InputAction_CallbackContextEventDrawer`
|
||
|
|
||
|
Event property drawer of type `InputAction.CallbackContext`. Inherits from `AtomDrawer<InputAction_CallbackContextEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
|
||
|
|
||
|
---
|
||
|
|
||
|
## `PlayerInputEventDrawer`
|
||
|
|
||
|
Event property drawer of type `PlayerInput`. Inherits from `AtomDrawer<PlayerInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
|
||
|
|
||
|
---
|