34#pragma region static_functions
54#pragma region overridden_functions
57 auto init() ->
void override;
58 auto execute() ->
void override;
59 auto end() ->
void override;
62 auto render() const ->
void override;
67#pragma region MoveToMenuPositionAction_functions
77#pragma region member_variables
91#pragma region helper_functions
95#pragma region static_variables
A class that changes a variable over a set duration.
float initialDelay
Delay that acts between the action being created and the action initializing.
Definition Action.h:262
float endingDelay
Delay that acts after the action has finished updating but before it has ended.
Definition Action.h:264