Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 551 Bytes

File metadata and controls

23 lines (16 loc) · 551 Bytes

StateMachineBehaviour

Purpose: See Inspector fields below for configuration.

Setup

  • Add the component via the Unity menu.

Key Fields (Inspector)

Field Description
CurrentState Current State.
PreviousState Previous State.
StateMachine State Machine.
contextOverrides Context Overrides.
enableDebugLog Enable Debug Log.
initialStateTypeName Initial State Type Name.
stateMachineData State Machine Data.

See Also