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

StateBase

ged edited this page Sep 10, 2024 · 2 revisions

Definition

A base structure representing a state in the state machine, with callback support for entering, updating and exiting the state.

struct StateBase;

Derived

Constructors

Functions

Clone this wiki locally