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

注釈

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 ColocalizationStateUpdatedArgs: Niantic.ARDK.Utilities.IArdkEventArgs {
    // properties

    IPeerID Peer;
    ColocalizationState State;

    // methods

    ColocalizationStateUpdatedArgs(IPeerID peer, ColocalizationState state);
};