Constructor ARPlaneBoundaryChangedEventArgs
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. |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | Thrown if |