Search Results for

    Show / Hide Table of Contents

    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 that has changed.

    SpatialMappingSurface surface

    The surface.

    SurfaceChange changeType

    The type of change that occurred on the surface.

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX