unity-atoms/docs/api/unityatoms.scenemgmt.editor.md
Adam Ramberg 90a505bbd3 v2.1.1 🤖
2020-01-23 23:42:09 +01:00

57 lines
1.4 KiB
Markdown

---
id: unityatoms.scenemgmt.editor
title: UnityAtoms.SceneMgmt.Editor
hide_title: true
sidebar_label: UnityAtoms.SceneMgmt.Editor
---
# Namespace - `UnityAtoms.SceneMgmt.Editor`
## `SceneFieldDrawer`
Customer property drawer for `SceneField`.
---
## `SceneFieldVariableEditor`
Variable Inspector of type `SceneField`. Inherits from `AtomVariableEditor`
---
## `SceneFieldEventEditor`
Event property drawer of type `SceneField`. Inherits from `AtomEventEditor<SceneField, SceneFieldEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldListDrawer`
List property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldList>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldConstantDrawer`
Constant property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldConstant>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldVariableDrawer`
Variable property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldVariable>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldSceneFieldEventDrawer`
Event x 2 property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldSceneFieldEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldEventDrawer`
Event property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---