67 virtual void tick(
double dt)
override;
virtual void tick(double dt) override
Updates the state each frame.
virtual void onExit() override
Called when the state is exited.
virtual ~DtInitializationState() override
Virtual destructor.
DtInitializationState(DtPlayerStationApp &app)
Constructor.
virtual void onEnter() override
Called when the state is entered.
Top-level class representing the VR-Engage application.
Definition playerStationApp.h:163
DtPlayerStationApp & app() const
Gets a reference to the player station application.
DtPlayerStationState(DtPlayerStationApp &app, std::string stateType)
Constructor.
Defines export macros for the VR-Engage Player Station library.
#define PLAYERSTATION_DLL
Definition export.h:24
Include export definitions for this library.
Definition glsVreMessageUtil.h:49
Defines base classes for the VR-Engage state management system.