struct HumanTrackingArgs (Niantic.ARDK.AR.Awareness.HumanTrackingArgs)

Overview

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

    HumanTrackingData TrackingData;

    // methods

    HumanTrackingArgs(HumanTrackingData trackingData);
};

Detailed Documentation

Note

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

Properties

HumanTrackingData TrackingData

Note

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

Methods

HumanTrackingArgs(HumanTrackingData trackingData)

Note

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