Struct ARAnchorsChangedEventArgs
Event arguments for the anchors
Implements
Inherited Members
Namespace: UnityEngine .XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARAnchorsChangedEventArgs : IEquatable<ARAnchorsChangedEventArgs>
Constructors
Name | Description |
---|---|
ARAnchors |
Constructs an ARAnchors |
Properties
Name | Description |
---|---|
added | The list of ARAnchors added since the last event. |
removed | The list of ARAnchors removed since the last event. At the time the event is invoked, the ARAnchors in this list still exist. They are destroyed immediately afterward. |
updated | The list of ARAnchors udpated since the last event. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARAnchors |
Tests for equality. |
Get |
Generates a hash suitable for use with containers like |
To |
Generates a string representation of this ARAnchors |
Operators
Name | Description |
---|---|
operator ==(ARAnchors |
Tests for equality. Same as Equals(ARAnchors |
operator !=(ARAnchors |
Tests for inequality. Same as |