enum ColocalizationAlignmentResult (Niantic.Experimental.ARDK.SharedAR.ColocalizationAlignmentResult)

Overview

enum ColocalizationAlignmentResult: byte {
    Failure = 0,
    Success,
};

Detailed Documentation

注釈

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice

Enum Values

Failure

Returned if local user isn't colocalized or hasn't resolved the Pose Anchor for the requested peer.

Success

Returned if local user is colocalized and has resolved the Pose Anchor for the requested peer.