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

57 lines
1.4 KiB
Markdown
Raw Normal View History

2019-10-15 16:39:42 -04:00
---
id: unityatoms.scenemgmt.editor
title: UnityAtoms.SceneMgmt.Editor
hide_title: true
sidebar_label: UnityAtoms.SceneMgmt.Editor
---
# Namespace - `UnityAtoms.SceneMgmt.Editor`
2019-10-15 17:31:21 -04:00
## `SceneFieldDrawer`
Customer property drawer for `SceneField`.
---
2019-10-15 16:39:42 -04:00
## `SceneFieldConstantDrawer`
Constant property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldConstant>`. 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`.
---
## `SceneFieldSceneFieldEventDrawer`
Event x 2 property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldSceneFieldEvent>`. 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`.
---
## `SceneFieldVariableDrawer`
Variable property drawer of type `SceneField`. Inherits from `AtomDrawer<SceneFieldVariable>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `SceneFieldEventEditor`
Event property drawer of type `SceneField`. Inherits from `AtomEventEditor<SceneField, SceneFieldEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
2019-11-28 13:35:59 -05:00
## `SceneFieldVariableEditor`
Variable Inspector of type `SceneField`. Inherits from `AtomVariableEditor`
---