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 17:42:09 -05:00
## `TouchUserInputVariableEditor`
2020-01-23 17:42:09 -05:00
Variable Inspector of type `TouchUserInput`. Inherits from `AtomVariableEditor`
---
2020-01-23 17:42:09 -05:00
## `TouchUserInputEventEditor`
2020-01-23 17:42:09 -05:00
Event property drawer of type `TouchUserInput`. Inherits from `AtomEventEditor<TouchUserInput, TouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-02-23 18:59:35 -05:00
## `TouchUserInputTouchUserInputEventEditor`
2020-02-23 18:59:35 -05:00
Event property drawer of type `<TouchUserInput, TouchUserInput>`. Inherits from `AtomEventEditor<TouchUserInput, TouchUserInput, TouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-01-23 17:42:09 -05:00
## `TouchUserInputConstantDrawer`
2020-01-23 17:42:09 -05:00
Constant property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputConstant>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `TouchUserInputVariableDrawer`
2019-10-15 15:11:14 -04:00
Variable property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputVariable>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2020-01-23 17:42:09 -05:00
## `TouchUserInputTouchUserInputEventDrawer`
2020-01-23 17:42:09 -05:00
Event x 2 property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputTouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2019-11-28 13:35:59 -05:00
2020-01-23 17:42:09 -05:00
## `TouchUserInputEventDrawer`
2019-11-28 13:35:59 -05:00
2020-01-23 17:42:09 -05:00
Event property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
2019-11-28 13:35:59 -05:00
---
2020-02-23 18:59:35 -05:00
## `TouchUserInputValueListDrawer`
Value List property drawer of type `TouchUserInput`. Inherits from `AtomDrawer<TouchUserInputValueList>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---