mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-30 11:52:51 -05:00
45 lines
1.1 KiB
Markdown
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`.
|
|
|
|
---
|