CameraFaderQuad.Initialize(SceneTransitionServiceProfile) Method
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.
Initializes the camera fader class with a transition profile.
public:
virtual void Initialize(Microsoft::MixedReality::Toolkit::Extensions::SceneTransitions::SceneTransitionServiceProfile ^ profile);
public void Initialize (Microsoft.MixedReality.Toolkit.Extensions.SceneTransitions.SceneTransitionServiceProfile profile);
abstract member Initialize : Microsoft.MixedReality.Toolkit.Extensions.SceneTransitions.SceneTransitionServiceProfile -> unit
override this.Initialize : Microsoft.MixedReality.Toolkit.Extensions.SceneTransitions.SceneTransitionServiceProfile -> unit
Public Sub Initialize (profile As SceneTransitionServiceProfile)
Parameters
- profile
- SceneTransitionServiceProfile
The scene transition service profile.