Engine API Reference - v2.6.1

    Type Alias XrAnchorPersistCallback

    XrAnchorPersistCallback: (err: Error | null, uuid: string | null) => any

    Type declaration

      • (err: Error | null, uuid: string | null): any
      • Parameters

        • err: Error | null

          The Error object if failed to persist an anchor or null.

        • uuid: string | null

          Unique string that can be used to restore XrAnchor in another session.

        Returns any

    MMNEPVFCICPMFPCPTTAAATR