ICameraFader Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Basic interface for fading in / out a color on a camera.
public interface class ICameraFader
public interface ICameraFader
type ICameraFader = interface
Public Interface ICameraFader
- Derived
Properties
State |
Methods
FadeInAsync(Single) |
Applies a fade-in effect over time. Must be called after FadeOutAsync has completed. |
FadeOutAsync(Single, Color, IEnumerable<Camera>) |
Applies a fade-out effect over time. |
Initialize(SceneTransitionServiceProfile) |
Initializes the camera fader class with a transition profile. |
OnDestroy() |
Used to destroy any assets created. May be called in middle of a transition. |