PSYQO SDK
psyqo::Scene::TearDownReason
Enum
Enum
Enum declared by the scene module for scene lifecycle and scene-stack control.
Basic usage
This minimal snippet shows the normal syntax for reaching the type. Open a member below for an operation-specific example.
C++ example
#include "psyqo/scene.hh"
auto value = psyqo::Scene::TearDownReason::Destroy;