mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Class XRSDKBoundarySystem

    The Boundary system controls the presentation and display of the users boundary in a scene.

    Inheritance
    Object
    XRSDKBoundarySystem
    Namespace: Microsoft.MixedReality.Toolkit.XRSDK
    Assembly: cs.temp.dll.dll
    Syntax
    public class XRSDKBoundarySystem : BaseBoundarySystem

    Constructors

    XRSDKBoundarySystem(MixedRealityBoundaryVisualizationProfile, ExperienceScale)

    Constructor.

    Declaration
    public XRSDKBoundarySystem(MixedRealityBoundaryVisualizationProfile profile, ExperienceScale scale)
    Parameters
    Type Name Description
    MixedRealityBoundaryVisualizationProfile profile

    The configuration profile for the service.

    ExperienceScale scale

    The application's configured ExperienceScale.

    Properties

    Name

    Declaration
    public override string Name { get; protected set; }
    Property Value
    Type Description
    String

    Methods

    GetBoundaryGeometry()

    Declaration
    protected override List<Vector3> GetBoundaryGeometry()
    Returns
    Type Description
    List<Vector3>

    SetTrackingSpace()

    Updates the TrackingOriginModeFlags on the XR device.

    Declaration
    protected override void SetTrackingSpace()
    In This Article
    • Constructors
      • XRSDKBoundarySystem(MixedRealityBoundaryVisualizationProfile, ExperienceScale)
    • Properties
      • Name
    • Methods
      • GetBoundaryGeometry()
      • SetTrackingSpace()
    Back to top Generated by DocFX