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.

Search Results for

    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

    IsXRDevicePresent

    Declaration
    protected override bool IsXRDevicePresent { get; }
    Property Value
    Type Description
    Boolean

    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
    Back to top Generated by DocFX