Skip to main content

struct ARPersistentAnchorStateChangedEventArgs

(Niantic.Lightship.AR.PersistentAnchors.ARPersistentAnchorStateChangedEventArgs)

Overview

Contains information about an ARPersistentAnchor that has changed state.

struct ARPersistentAnchorStateChangedEventArgs {
// properties

ARPersistentAnchor arPersistentAnchor;

// methods

ARPersistentAnchorStateChangedEventArgs(ARPersistentAnchor arPersistentAnchor);
};

Detailed Documentation

Contains information about an ARPersistentAnchor that has changed state.

Properties

arPersistentAnchor

ARPersistentAnchor arPersistentAnchor

The ARPersistentAnchor that has changed state

Methods

ARPersistentAnchorStateChangedEventArgs

ARPersistentAnchorStateChangedEventArgs(ARPersistentAnchor arPersistentAnchor)

Creates the args for state changes on ARPersistentAnchor

    Parameters:

    arPersistentAnchor - The ARPersistentAnchor with the state change