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

注釈

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

    IColocalization Colocalization;

    // methods

    ColocalizationCreatedArgs(IColocalization colocalization);
};