Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.15 KB

File metadata and controls

37 lines (30 loc) · 1.15 KB

StateMachineBehaviourBase

Purpose: See Inspector fields below for configuration.

Setup

  • Add the component via the Unity menu.

Key Fields (Inspector)

Field Description
ContextOverrides Context Overrides.
CurrentState Current State.
CurrentStateElapsedTime Current State Elapsed Time.
CurrentStateName Current State Name.
HasCurrentState Has Current State.
PreviousState Previous State.
PreviousStateName Previous State Name.
StateChangeCount State Change Count.
StateMachine State Machine.
contextOverrides Context Overrides.
currentStateName Current State Name.
enableDebugLog Enable Debug Log.
onInitialized On Initialized.
onStateChanged On State Changed.
onStateEntered On State Entered.
onStateExited On State Exited.
onTransitionEvaluated On Transition Evaluated.
previousStateName Previous State Name.
stateChangeCount State Change Count.
stateEnterTime State Enter Time.
stateMachineData State Machine Data.

See Also