SetScreenTransition(TransitionStyle)
Changes the default screen transition. TransitionStyle can be one of the following:
eTransitionFade
eTransitionInstant
eTransitionDissolve
eTransitionBoxout
eTransitionCrossfade
All future transitions will be done as specified until you call this
function again.
Example:
SetScreenTransition(eTransitionFade);
will change the room transitions to Fade.
SeeAlso: SetNextScreenTransition
|