Struct ARPlaneBoundaryChangedEventArgs
Data associated with an boundaryChanged event.
Implements
Inherited Members
Namespace: UnityEngine.XR.ARFoundation
Assembly: solution.dll
Syntax
public struct ARPlaneBoundaryChangedEventArgs : IEquatable<ARPlaneBoundaryChangedEventArgs>
Constructors
Name | Description |
---|---|
ARPlaneBoundaryChangedEventArgs(ARPlane) | Constructor for plane changed events. This is normally only used by the ARPlane component for boundaryChanged events. |
Properties
Name | Description |
---|---|
plane | The ARPlane which triggered the event. |
Methods
Name | Description |
---|---|
Equals(object) | Tests for equality. |
Equals(ARPlaneBoundaryChangedEventArgs) | Tests for equality. |
GetHashCode() | Generates a hash suitable for use with containers like |
ToString() | Generates a string representation fo this ARPlaneBoundaryChangedEventArgs. |
Operators
Name | Description |
---|---|
operator ==(ARPlaneBoundaryChangedEventArgs, ARPlaneBoundaryChangedEventArgs) | Tests for equality. Same as Equals(ARPlaneBoundaryChangedEventArgs). |
operator !=(ARPlaneBoundaryChangedEventArgs, ARPlaneBoundaryChangedEventArgs) | Tests for inequality. Same as |