unity-atoms/docs/api/unityatoms.mobile.editor.md

57 lines
1.6 KiB
Markdown
Raw Normal View History

---
id: unityatoms.mobile.editor
title: UnityAtoms.Mobile.Editor
hide_title: true
sidebar_label: UnityAtoms.Mobile.Editor
---
# Namespace - `UnityAtoms.Mobile.Editor`
2020-01-23 23:42:09 +01:00
## `TouchUserInputVariableEditor`
2020-01-23 23:42:09 +01:00
Variable Inspector of type `TouchUserInput`. Inherits from `AtomVariableEditor`
---
2020-01-23 23:42:09 +01:00
## `TouchUserInputEventEditor`
2020-01-23 23:42:09 +01:00
Event property drawer of type `TouchUserInput`. Inherits from `AtomEventEditor<TouchUserInput, TouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-03-02 20:12:38 +01:00
## `TouchUserInputPairEventEditor`
2020-03-02 20:12:38 +01:00
Event property drawer of type `TouchUserInputPair`. Inherits from `AtomEventEditor<TouchUserInputPair, TouchUserInputPairEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-01-23 23:42:09 +01:00
## `TouchUserInputConstantDrawer`
2020-01-23 23:42:09 +01:00
Constant property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputConstant>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `TouchUserInputVariableDrawer`
2019-10-15 21:11:14 +02:00
Variable property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputVariable>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-03-02 20:12:38 +01:00
## `TouchUserInputPairEventDrawer`
2020-03-02 20:12:38 +01:00
Event property drawer of type `TouchUserInputPair`. Inherits from `AtomDrawer<TouchUserInputPairEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2019-11-28 19:35:59 +01:00
2020-01-23 23:42:09 +01:00
## `TouchUserInputEventDrawer`
2019-11-28 19:35:59 +01:00
2020-01-23 23:42:09 +01:00
Event property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
2019-11-28 19:35:59 +01:00
---
2020-02-24 00:59:35 +01:00
## `TouchUserInputValueListDrawer`
Value List property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputValueList>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---