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

注釈

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 ColocalizationState {
    Unknown         = 0,
    Initialized,
    Colocalizing,
    Colocalized,
    LimitedTracking,
    Failed,
};