Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Fix/spatial awareness (#832)
Browse files Browse the repository at this point in the history
* updated some discrepencies

* Fixed spatial mesh object constructor to set the last updated time
  • Loading branch information
StephenHodgson authored May 7, 2021
1 parent 05594c9 commit fcd495e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public SpatialMeshObject(Guid id, GameObject gameObject) : this()
{
Id = id;
GameObject = gameObject;
LastUpdated = DateTimeOffset.MinValue;
}

/// <summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
using XRTK.Providers.SpatialObservers;
// Copyright (c) XRTK. All rights reserved.
// Licensed under the MIT License. See LICENSE in the project root for license information.

using XRTK.Providers.SpatialObservers;

namespace XRTK.Definitions.SpatialAwarenessSystem
{
Expand All @@ -22,4 +25,4 @@ public enum SpatialObserverStatus
/// </summary>
Updated
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fcd495e

Please sign in to comment.