struct DataReceivedArgs (Niantic.Experimental.ARDK.SharedAR.DataReceivedArgs)

注釈

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

struct DataReceivedArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // properties

    int DataLength;
    IPeerID PeerID;
    uint Tag;

    // methods

    byte[] CopyData();
    MemoryStream CreateDataReader();
    DataReceivedArgs(IPeerID peerID, uint tag, byte[] data);
    void GetData< T >(ref T data);
};