Enum TransitionType
- Namespace
- VisioForge.Core.SceneSwitching
- Assembly
- VisioForge.Core.dll
Defines the types of transitions available for scene switching.
public enum TransitionTypeFields
Cut = 0-
Instant switch with no animation.
Fade = 1-
Cross-fade between scenes with overlapping alpha transitions.
FadeToBlack = 2-
Fade the current scene to black, then fade in the new scene.
Slide = 3-
Slide the old scene out and the new scene in from a specified direction.
Wipe = 4-
Directional reveal of the new scene over the old scene. Not yet implemented.
Zoom = 5-
Zoom effect transitioning between scenes. Not yet implemented.
Stinger = 6-
Overlay animation (video file with alpha channel) covering the switch point. Not yet implemented.
Custom = 7-
User-defined custom transition logic. Not yet implemented.