ARMarkersChangedEventArgs Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event arguments for the markersChanged event. Following design pattern set by UnityEngine.XR.ARFoundation.ARPlanesChangedEventArgs
public struct ARMarkersChangedEventArgs
type ARMarkersChangedEventArgs = struct
Public Structure ARMarkersChangedEventArgs
- Inheritance
-
ARMarkersChangedEventArgs
Properties
added |
The list of ARMarkers added since the last event. |
removed |
The list of ARMarkers removed since the last event. |
updated |
The list of ARMarkers udpated since the last event. |
Methods
ToString() |
Generates a string representation of this ARMarkersChangedEventArgs. |