日本語翻訳ドキュメントはサポートを終了しました

MRTK 2.6 以降のドキュメントについては、公式の Microsoft ドキュメント を参照してください。

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