mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class SceneTransitionServiceProfile

    Inheritance
    Object
    BaseMixedRealityProfile
    SceneTransitionServiceProfile
    Implements
    ScriptableObject
    Namespace: Microsoft.MixedReality.Toolkit.Extensions.SceneTransitions
    Assembly: cs.temp.dll.dll
    Syntax
    public class SceneTransitionServiceProfile : BaseMixedRealityProfile, ScriptableObject

    Properties

    CameraFaderMaterial

    Declaration
    public Material CameraFaderMaterial { get; }
    Property Value
    Type Description
    Material

    CameraFaderMaterial

    Declaration
    public Material CameraFaderMaterial { get; }
    Property Value
    Type Description
    Material

    CameraFaderType

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

    CameraFaderType

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

    DefaultProgressIndicatorPrefab

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

    DefaultProgressIndicatorPrefab

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

    FadeColor

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

    FadeColor

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

    FadeInTime

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

    FadeInTime

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

    FadeOutTime

    Declaration
    public float FadeOutTime { 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

    FadeTargets

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

    UseDefaultProgressIndicator

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

    UseDefaultProgressIndicator

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

    UseFadeColor

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

    UseFadeColor

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

    Implements

    ScriptableObject
    In This Article
    • Properties
      • CameraFaderMaterial
      • CameraFaderMaterial
      • CameraFaderType
      • CameraFaderType
      • DefaultProgressIndicatorPrefab
      • DefaultProgressIndicatorPrefab
      • FadeColor
      • FadeColor
      • FadeInTime
      • FadeInTime
      • FadeOutTime
      • FadeOutTime
      • FadeTargets
      • FadeTargets
      • UseDefaultProgressIndicator
      • UseDefaultProgressIndicator
      • UseFadeColor
      • UseFadeColor
    • Implements
    Back to top Generated by DocFX