pub const TRANSITION_COMPLETE: &str = "__transition_complete";
Internal event fired by complete_transition() in scripts, intercepted by PlayerApp to advance the scene transition state machine.
complete_transition()
PlayerApp