This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

XRReferencePointSubsystem.TryGetReferencePoint

Declaration

public bool TryGetReferencePoint(Experimental.XR.TrackableId referencePointId, out Experimental.XR.ReferencePoint referencePoint);

Parameters

referencePointId The ID of the ReferencePoint that TryAddReferencePoint filled out when you added this point.
referencePoint The ReferencePoint to be filled out that matches the ID passed in.

Returns

bool If the ReferencePoint was found and filled out successfully, this method returns true. Otherwise, it return false.

Description

Attempt to retrieve a ReferencePoint.