Engine API Reference - v2.6.1
    Preparing search index...

    Type Alias XrAnchorForgetCallback

    XrAnchorForgetCallback: (err: Error | null) => any

    Type declaration

      • (err: Error | null): any
      • Parameters

        • err: Error | null

          The Error object if failed to forget an anchor or null if succeeded.

        Returns any