Constructor. Take a 2D or 3D StateConfig specifying the State's name and lifecycle methods
the StateConfig
Retrieve the State's name, as provided in its StateConfig
the State's name
Generic teardown lifecycle method, calling down to the StateConfig's end() if provided
Called by the Game when the State is switched away from
the 2D or 3D Game the State is operating within
Generic initialisation lifecycle method, calling down to the StateConfig's init() if provided
Called by the Game when the State is switched to
the 2D or 3D Game the State is operating within
Generic frame update lifecycle method, calling down to the StateConfig's tick()
Called by the Game during frame update when the State is active
the 2D or 3D Game the State is operating within
the frame delta as calculated by the Game
Concrete 3D State, ensuring the appropriate 3D Game type is provided in State lifecycle methods for Aura3D States
State implementations in 3D Games should construct this class with a StateConfig