class ColocalizationFactory (Niantic.Experimental.ARDK.SharedAR.ColocalizationFactory)

注釈

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

class ColocalizationFactory {
public:
    // classes

    class ColocalizationCreatedArgs;

    // events

    static event ColocalizationCreated();

    // methods

    static IColocalization Create(INetworking networking, IARSession arSession);

    static IColocalization Create(
        INetworking networking,
        IARSession arSession,
        WayspotAnchorPayload content
    );
};