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

注釈

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 NetworkingFactory {
public:
    // classes

    class NetworkingCreatedArgs;

    // events

    static event NetworkingCreated();

    // methods

    static INetworking Create();

    static INetworking Create(
        string connectionId,
        NetworkingBackend backend = NetworkingBackend.NetworkingV0
    );
};