Namespace UnityEngine.XR.WindowsMR
Classes
Constants
Constants to be used within the package
NativeTypes
WindowsMRBuildSettings
Build specific settings for the Windows XR Plugin package.
WindowsMREmulation
WindowsMREnvironment
API to get environment specific information that is common or not associated with any one subsystem.
WindowsMRExtensions
Extension methods for the XRMeshingSubsystem that provide Windows MR XR Plugin specific APIs on top of the standard subsystem feature set.
WindowsMRGestures
Provide WindowsMR specific event callbacks that will inform code of when gesture events occur.
WindowsMRGestureSubsystem
WindowsMR implementation of the XRGestureSubsystem
. Do not create this directly. Use the SubsystemManager
instead.
WindowsMRInput
Extension methods for XRInputSubsystem specific to WindowsMR
WindowsMRReferencePointSubsystem
The WindowsMR implementation of the XRReferencePointSubsystem
. Do not create this directly.
Use XRReferencePointSubsystemDescriptor.Create()
instead.
WindowsMRRemoting
WindowsMRSessionSubsystem
The Windows MR implementation of the XRSessionSubsystem
. Do not create this directly.
Use WindowsMRSessionSubsystemDescriptor.Create()
instead.
WindowsMRSettings
Runtime settings for this XR Plugin.
XRAnchorStore
Provides access to the underlying Microsoft SpatialAnchorStore allowing a user to persist, reload, track and unpersist anchors between the SpatialAnchorStore and the a curerntly running instance of XRReferencePointSubsystem.
The SpatialAnchorStore contains a snapshot of the data at the time of it's creation. If you update the store outside of the running application then you will need to make sure to destroy and recreate this.
Getting an instance of this class will allocate an instance of the SpatialAnchorStore and retain it. You must dispose of this allocted resource or you may leak memory.
XRReferencePointSubsystemExtensions
Extensions to XRReferencePointSubsystem for getting an instance of XRAnchorStore to allow a user to interact with the Microsoft SpatialAnchorStore.
Structs
WindowsMRExtensions.MeshingData
WindowsMRHoldGestureEvent
The event data related to a WindowsMR Hold gesture
WindowsMRInput.SourceState
WindowsMRManipulationGestureEvent
The event data related to a WindowsMR Manipulation gesture
WindowsMRNavigationGestureEvent
The event data related to a WindowsMR Navigation gesture
WindowsMRTappedGestureEvent
The event data related to a WindowsMR Tapped gesture
Enums
ConnectionFailureReason
ConnectionFlags
ConnectionState
NativeTypes.SpatialLocatability
Custom enum to map native Windows.Perception.Spatial.SpatialLocatability to something we can actuall reference.