IMixedRealitySpatialAwarenessSystem.SuspendObservers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SuspendObservers() |
Stops / pauses all spatial observers. |
SuspendObservers<T>() |
Stops / pauses all spatial observers of the specified type. |
SuspendObservers()
Stops / pauses all spatial observers.
public:
void SuspendObservers();
public void SuspendObservers ();
abstract member SuspendObservers : unit -> unit
Public Sub SuspendObservers ()
Applies to
SuspendObservers<T>()
Stops / pauses all spatial observers of the specified type.
public:
generic <typename T>
where T : Microsoft::MixedReality::Toolkit::SpatialAwareness::IMixedRealitySpatialAwarenessObserver void SuspendObservers();
public void SuspendObservers<T> () where T : Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessObserver;
abstract member SuspendObservers : unit -> unit (requires 'T :> Microsoft.MixedReality.Toolkit.SpatialAwareness.IMixedRealitySpatialAwarenessObserver)
Public Sub SuspendObservers(Of T As IMixedRealitySpatialAwarenessObserver) ()
Type Parameters
- T