Skip to content
This repository was archived by the owner on Nov 16, 2025. It is now read-only.

HierarchicalStateMachine

ged edited this page Sep 9, 2024 · 5 revisions

Definition

Represents a hierarchical state machine class that manages state transitions, in a form of hierarchy.
This composite state structure allows it to form a hierarchy, enabling complex state behaviors such as entering/exiting nested states, or updating nested states.

template<class TContext>
class HierarchicalStateMachine;

Type Parameters

  • TContext: The type of the context, which holds data or behavior relevant to the state machine.

Structs

Constructors

Functions

Clone this wiki locally