unity-atoms/docs/api/unityatoms.fsm.editor.md
Adam Ramberg 2642179ac4 Docs
2020-03-21 23:03:14 +01:00

45 lines
1.1 KiB
Markdown

---
id: unityatoms.fsm.editor
title: UnityAtoms.FSM.Editor
hide_title: true
sidebar_label: UnityAtoms.FSM.Editor
---
# Namespace - `UnityAtoms.FSM.Editor`
## `FiniteStateMachineInstancerEditor`
Custom property drawer for type `FiniteStateMachineInstancer`.
---
## `FiniteStateMachineEditor`
Custom property drawer for type `FiniteStateMachine`.
---
## `FSMTransitionDataBaseEventReferenceDrawer`
A custom property drawer for References. Makes it possible to choose between a value, Variable, Constant or a Variable Instancer.
---
## `FiniteStateMachineReferenceDrawer`
A custom property drawer for FiniteStateMachineReference. Makes it possible to choose between a FSM or a FSM Instancer.
---
## `FSMTransitionDataEventEditor`
Event property drawer of type `FSMTransitionData`. Inherits from `AtomEventEditor<FSMTransitionData, FSMTransitionDataEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---
## `FSMTransitionDataEventDrawer`
Event property drawer of type `FSMTransitionData`. Inherits from `AtomDrawer<FSMTransitionDataEvent>`. Only availble in `UNITY_2019_1_OR_NEWER`.
---