Delegate SpatialMappingObserver.OnSurfaceChangedHandler
Handles the SurfaceObserver's OnSurfaceChanged event.
Namespace: Evergine.Framework.XR.SpatialMapping
Assembly: Evergine.Framework.dll
Syntax
public delegate void SpatialMappingObserver.OnSurfaceChangedHandler(Guid id, SpatialMappingSurface surface, SurfaceChange changeType)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Guid | id | The identifier assigned to the surface which has changed.  | 
      
| SpatialMappingSurface | surface | The surface.  | 
      
| SurfaceChange | changeType | The type of change that occurred on the surface.  |