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