IMixedRealitySpatialAwarenessObservationHandler<T> Interface     
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.
generic <typename T>
public interface class IMixedRealitySpatialAwarenessObservationHandler : UnityEngine::EventSystems::IEventSystemHandlerpublic interface IMixedRealitySpatialAwarenessObservationHandler<T> : UnityEngine.EventSystems.IEventSystemHandlertype IMixedRealitySpatialAwarenessObservationHandler<'T> = interface
    interface IEventSystemHandlerPublic Interface IMixedRealitySpatialAwarenessObservationHandler(Of T)
Implements IEventSystemHandlerType Parameters
- T
- Derived
- Implements
- 
		UnityEngine.EventSystems.IEventSystemHandler
Methods
| OnObservationAdded(MixedRealitySpatialAwarenessEventData<T>) | Called when a spatial observer adds a new observation. | 
| OnObservationRemoved(MixedRealitySpatialAwarenessEventData<T>) | Called when a spatial observer removes a previous observation. | 
| OnObservationUpdated(MixedRealitySpatialAwarenessEventData<T>) | Called when a spatial observer updates a previous observation. |