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::IEventSystemHandler
public interface IMixedRealitySpatialAwarenessObservationHandler<T> : UnityEngine.EventSystems.IEventSystemHandler
type IMixedRealitySpatialAwarenessObservationHandler<'T> = interface
interface IEventSystemHandler
Public Interface IMixedRealitySpatialAwarenessObservationHandler(Of T)
Implements IEventSystemHandler
Type 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. |