State Machine Behaviors

State Machine

A state machine is able to implement the complex states of a node/scene/application (including sub state machines and history state machines). Transitions with conditions and actions are used to change between states.

Common Properties

Property Name Type Description
StateMachine Candera::Internal::StateMachineBehaviorData* A state machine is able to implement the complex states of a node/scene/application (including sub state machines and history state machines). Transitions with conditions and actions are used to change between states.
ConsumeEvent bool Set this flag to false if the event should not be consumed by the trigger. By default it is set to true and if the trigger evaluates to true the event will not be routed to any other behavior.
ExecutePostponedActions bool When set to true (default is true) this event handler is the one that will execute the postponed asynchronous actions that are part of this event handler (directly or indirectly). When set to false the surrounding event handler will execute the postponed actions.

Revision #5
Created 2023-02-28 08:25:15 UTC by Kanai Tomoaki
Updated 2025-12-26 03:57:22 UTC by Tsuyoshi.Kato