Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Make use of IMixedRealityBoundaryDataProvider.BoundaryVisibility (#132)
Browse files Browse the repository at this point in the history
* Boundary data provider now returns BoundaryVisibility.Unknown

* Revert version bump

* updated package info

Co-authored-by: Stephen Hodgson <hodgson.designs@gmail.com>
  • Loading branch information
FejZa and StephenHodgson committed Apr 30, 2021
1 parent 3441a82 commit 95e4a21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using XRTK.Definitions.Platforms;
using XRTK.Interfaces.BoundarySystem;
using XRTK.Services;
using XRTK.Definitions.BoundarySystem;

#if WINDOWS_UWP
using System.Linq;
Expand Down Expand Up @@ -41,11 +42,7 @@ public override void Enable()
#region IMixedRealityBoundaryDataProvider Implementation

/// <inheritdoc />
public bool IsPlatformBoundaryVisible
{
get => false; // TODO Unsure how to currently query the platform for this information.
set { }
}
public BoundaryVisibility Visibility => BoundaryVisibility.Unknown;

/// <inheritdoc />
public bool IsPlatformConfigured
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"mixed",
"reality"
],
"version": "0.2.6",
"version": "0.2.7",
"unity": "2019.4",
"license": "MIT",
"repository": {
Expand All @@ -19,7 +19,7 @@
},
"author": "XRTK Team (https://github.com/XRTK)",
"dependencies": {
"com.xrtk.core": "0.2.11",
"com.xrtk.core": "0.2.12-preview.2",
"com.unity.xr.windowsmr.metro": "4.2.3"
},
"profiles": [
Expand Down

0 comments on commit 95e4a21

Please sign in to comment.