Method GetPlane
GetPlane(TrackableId)
Attempt to retrieve an existing ARPlane by trackableId
.
Declaration
public ARPlane GetPlane(TrackableId trackableId)
Parameters
Type | Name | Description |
---|---|---|
TrackableId | trackableId | The TrackableId of the plane to retrieve. |
Returns
Type | Description |
---|---|
ARPlane | The ARPlane with |