mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class StabilizationPlaneModifier

    StabilizationPlaneModifier handles the setting of the stabilization plane in several different modes. It does this via handling the platform call to HolographicPlatformSettings::SetFocusPointForFrame Using StabilizationPlaneModifier will override DepthLSR. This is automatically enabled via the depth buffer sharing in Unity build settings StabilizationPlaneModifier is recommended for HoloLens 1, can be used for HoloLens 2, and does a no op for WMR

    Inheritance
    Object
    StabilizationPlaneModifier
    Implements
    MonoBehaviour
    Namespace: Microsoft.MixedReality.Toolkit.Experimental.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    public class StabilizationPlaneModifier : MonoBehaviour, MonoBehaviour

    Properties

    OverridePlane

    Declaration
    public StabilizationPlaneOverride OverridePlane { get; set; }
    Property Value
    Type Description
    StabilizationPlaneOverride

    OverridePlane

    Declaration
    public StabilizationPlaneOverride OverridePlane { get; set; }
    Property Value
    Type Description
    StabilizationPlaneOverride

    TargetOverride

    Declaration
    public Transform TargetOverride { get; set; }
    Property Value
    Type Description
    Transform

    TargetOverride

    Declaration
    public Transform TargetOverride { get; set; }
    Property Value
    Type Description
    Transform

    TrackVelocity

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

    TrackVelocity

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

    Implements

    MonoBehaviour
    In This Article
    • Properties
      • OverridePlane
      • OverridePlane
      • TargetOverride
      • TargetOverride
      • TrackVelocity
      • TrackVelocity
    • Implements
    Back to top Generated by DocFX