StateComponent.ixx File
Component storing current state for an entity. More...
Included Headers
#include <helios.engine.state.types>
#include <helios.engine.state.types.StateTransitionId>
Namespaces Index
| namespace | helios |
| namespace | engine |
|
Main engine module aggregating core infrastructure and game systems. More... | |
| namespace | state |
|
Generic, template-based state management system. More... | |
| namespace | components |
|
State storage components. More... | |
Classes Index
| class | StateComponent<StateType> |
|
Stores the current state and last transition for an entity. More... | |
Description
Component storing current state for an entity.
File Listing
The file content with the documentation metadata removed is:
13export namespace helios::engine::state::components {
27 class StateComponent {
29 using StateTransitionIdType = helios::engine::state::types::StateTransitionIdType<StateType>;
71 void setStateFromTransitionContext(const helios::engine::state::types::StateTransitionContext<StateType> stateTransitionContext) noexcept {
82 StateTransitionIdType transitionId() const noexcept {
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.