We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    Show / Hide Table of Contents

    Class SceneTransitionServiceProfile

    Inheritance
    Object
    BaseMixedRealityProfile
    SceneTransitionServiceProfile
    Namespace: Microsoft.MixedReality.Toolkit.Extensions.SceneTransitions
    Assembly: cs.temp.dll.dll
    Syntax
    [MixedRealityServiceProfile(typeof(ISceneTransitionService))]
    public class SceneTransitionServiceProfile : BaseMixedRealityProfile

    Properties

    CameraFaderType

    Declaration
    public SystemType CameraFaderType { get; }
    Property Value
    Type Description
    SystemType

    DefaultProgressIndicatorPrefab

    Declaration
    public GameObject DefaultProgressIndicatorPrefab { get; }
    Property Value
    Type Description
    GameObject

    FadeColor

    Declaration
    public Color FadeColor { get; }
    Property Value
    Type Description
    Color

    FadeInTime

    Declaration
    public float FadeInTime { get; }
    Property Value
    Type Description
    Single

    FadeOutTime

    Declaration
    public float FadeOutTime { get; }
    Property Value
    Type Description
    Single

    FadeTargets

    Declaration
    public CameraFaderTargets FadeTargets { get; }
    Property Value
    Type Description
    CameraFaderTargets

    UseDefaultProgressIndicator

    Declaration
    public bool UseDefaultProgressIndicator { get; }
    Property Value
    Type Description
    Boolean

    UseFadeColor

    Declaration
    public bool UseFadeColor { get; }
    Property Value
    Type Description
    Boolean
    Back to top Generated by DocFX