Type Alias red4ext_rs::StateHandler
source ยท pub type StateHandler = unsafe extern "C" fn(app: &GameApp);
Expand description
A callback function to be called when a state is entered, updated, or exited.
pub type StateHandler = unsafe extern "C" fn(app: &GameApp);
A callback function to be called when a state is entered, updated, or exited.