• Guides
    • English
    • 日本語
  • API Documentation
  • 機能概要
  • Boundary System
  • Configuring the Boundary Visualization

    Show / Hide Table of Contents
    • MRTK を始める
      • Release Notes
      • MRTK Package Contents
      • Updating from earlier versions
      • HTK からの移植ガイド
      • MRTK のビルドとデプロイ
      • NuGet Packages
      • Getting started with MRTK and XR SDK
      • Performance
      • Hologram Stabilization (ホログラムの安定化)
    • アーキテクチャ
      • 全体像
      • フレームワークとランタイム
      • Input System (入力システム)
        • 用語
        • Core System
        • Controllers, Pointers, and Focus
      • Systems, Extension Services and Data Providers
    • 機能概要
      • Boundary System
        • Boundary System Overview
        • Configuring the Boundary Visualization
      • Camera System
        • Camera System Overview
        • Camera Settings Providers
          • Windows Mixed Reality Camera Settings
          • Unity AR Camera Settings [Experimental]
          • Creating a camera settings provider
      • Cross Platform Support
        • Configure MRTK for iOS and Android
      • プラットフォームの Capabilities (機能) を検出する
      • Diagnostics System (診断システム)
        • 診断システムの概要
        • 診断システムの構成
        • ビジュアル プロファイラーを使用する
      • Extension Services
        • Extension Service Creation Wizard
        • Scene Transition Service Overview
        • Hand Physics Service Overview
      • Input System (入力システム)
        • 入力の概要
        • Input Actions
        • Input Events
        • Input Providers
          • Input Providers Overview
          • Creating an input data provider
        • Controllers (コントローラー)
        • Eyes
        • Gaze (ゲイズ)
        • Gestures (ジェスチャ)
        • Hands
        • How to Add Near Interaction
        • エディター内入力シミュレーション
        • Pointers
        • Voice Input
          • Dictation (ディクテーション)
          • Speech (コマンドとコントロール)
      • Multi Scene System
        • Multi Scene System Overview
        • Scene Types
        • Content Scene Loading
        • Monitoring Content Loading
        • Lighting Scene Operations
      • パッケージ
        • MRTK パッケージ
        • MRTK Modularization
      • Profiles (プロファイル)
        • プロファイル概要
        • 設定ガイド
      • Rendering
        • Material Instance Overview
        • Shaders
          • MRTK Standard Shader
      • Services (サービス)
        • What makes a mixed reality feature
        • MixedRealityServiceRegistry と IMixedRealityServiceRegistrar とは何か
        • Extension services
      • Spatial Awareness System (空間認識システム)
        • Spatial Awareness (空間認識) 概要
        • Spatial Observers
          • Configuring Observers for Device
          • Configuring Observers for Editor
          • Controlling Observers via Code
          • Creating a custom Observer
      • Teleport System (テレポートシステム) 概要
      • ツール
        • Dependency Window (依存関係ウィンドウ)
        • Extension Service Creation Wizard
        • Holographic Remoting
        • Input Animation Recording
          • Input Animation File Format Specification
        • Optimize Window
        • Runtime tools
          • Controller Mapping tool
      • UX ビルディング ブロック
        • Interactable (インタラクタブル)
        • Button (ボタン)
        • Bounding Box
        • Object Manipulation (物体操作)
        • Sliders (スライダー)
        • Fingertip Visualization
        • App Bar
        • Object Collection (オブジェクトコレクション)
        • Slate (スレート)
        • System Keyboard (システム キーボード)
        • Tooltips (ツールチップ)
        • Solvers (ソルバー)
      • Example Scenes
        • Examples Hub
        • ハンド インタラクションのサンプル
        • アイ トラッキング インタラクションのサンプル
      • Experimental
        • Scrolling Object Collection
        • Hand Coach UX
        • Pulse Shader
    • Contributing
      • Contributing Overview
      • Coding Guidelines
      • Writing and Running Tests
      • Writing Documentation
      • Pull Requests
      • Experimental Features
      • Breaking Changes
      • How to use DocFX
    • Planning
      • Roadmap
    • Notice
    • Authors

    Configuring the boundary visualization

    The Boundary Visualization Profile provides options for configuring the visual aesthetics and other related parameters for the Boundary system. Boundary visualizations are attached to the Mixed Reality Playspace object in the scene and teleport with the user.

    General settings

    Boundary Visualization General Settings

    Boundary height

    The boundary height indicates the distance above the floor plane at which the boundary ceiling should be rendered. The default value is 3 meters.

    Floor settings

    Boundary Visualization Floor Settings

    Show

    Indicates whether or not a floor plane is to be created and added to the scene. The default value is true.

    Material

    Indicates the material that should be used when creating the floor plane.

    Scale

    Indicates the size, in meters, of the floor plane to be created. The default scale is a 3 meter x 3 meter square.

    Physics Layer

    The layer on which the floor plane should be set. The default value is the Default layer.

    Play area settings

    Boundary Visualization Play Area Settings

    Show

    Indicates whether or not a play area rectangle is be created and added to the scene. The default value is true.

    Material

    Indicates the material that should be used when creating the play area object.

    Physics Layer

    The layer on which the play area should be set. The default value is the Ignore Raycast layer.

    Tracked area settings

    Boundary Visualization Tracked Area Settings

    Show

    Indicates whether or not the outline of the tracked area is be created and added to the scene. The default value is true.

    Material

    Indicates the material that should be used when creating the tracked area outline.

    Physics Layer

    The layer on which the tracked area should be sets. The default value is the Ignore Raycast layer.

    Boundary wall settings

    Boundary Visualization Boundary Wall Settings

    Show

    Indicates whether or not boundary wall planes are to be created and added to the scene. The default value is false.

    Material

    Indicates the material that should be used when creating the boundary wall planes.

    Physics Layer

    The layer on which the boundary walls should be set. The default value is the Ignore Raycast layer.

    Note

    Setting the boundary wall component to a physics layer other than Ignore Raycast may prevent users from interacting with objects within the scene.

    Boundary ceiling settings

    Boundary Visualization Boundary Ceiling Settings

    Show

    Indicates whether or not a boundary ceiling plane is to be created and added to the scene. The default value is false.

    Material

    Indicates the material that should be used when creating the boundary ceiling plane.

    Physics Layer

    The layer on which the boundary walls should be set. The default value is the Ignore Raycast layer.

    Note

    Setting the boundary ceiling component to a physics layer other than Ignore Raycast may prevent users from interacting with objects within the scene.

    See also

    • Boundary API documentation
    • Boundary System
    • Improve this Doc
    In This Article
    • General settings
      • Boundary height
    • Floor settings
    • Play area settings
    • Tracked area settings
    • Boundary wall settings
    • Boundary ceiling settings
    • See also
    Back to top Generated by DocFX