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

Overview

Protocol used for networked messages. More...

enum ConnectionType: byte {
    UseDefault = 0,
    Reliable   = 1,
    Unreliable = 2,
};

Detailed Documentation

Protocol used for networked messages.

注釈

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