XRReferencePointSubsystem.TryGetReferencePoint
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.