Struct ARPlaneBoundaryChangedEventArgs
Syntax
public struct ARPlaneBoundaryChangedEventArgs : IEquatable<ARPlaneBoundaryChangedEventArgs>
Constructors
ARPlaneBoundaryChangedEventArgs(ARPlane)
Constructor for plane changed events.
This is normally only used by the ARPlane component for boundaryChanged events.
Declaration
public ARPlaneBoundaryChangedEventArgs(ARPlane plane)
Parameters
Type |
Name |
Description |
ARPlane |
plane |
The ARPlane that triggered the event.
|
Properties
plane
The ARPlane which triggered the event.
Declaration
public ARPlane plane { get; }
Property Value
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Equals(ARPlaneBoundaryChangedEventArgs)
Declaration
public bool Equals(ARPlaneBoundaryChangedEventArgs other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Overrides
ToString()
Declaration
public override string ToString()
Returns
Overrides
Operators
Equality(ARPlaneBoundaryChangedEventArgs, ARPlaneBoundaryChangedEventArgs)
Declaration
public static bool operator ==(ARPlaneBoundaryChangedEventArgs lhs, ARPlaneBoundaryChangedEventArgs rhs)
Parameters
Returns
Inequality(ARPlaneBoundaryChangedEventArgs, ARPlaneBoundaryChangedEventArgs)
Declaration
public static bool operator !=(ARPlaneBoundaryChangedEventArgs lhs, ARPlaneBoundaryChangedEventArgs rhs)
Parameters
Returns