Experimental: this API is experimental and might be changed or removed in the future.

XRReferencePointSubsystem.TryGetReferencePoint

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

Parámetros

referencePointIdThe ID of the ReferencePoint that TryAddReferencePoint filled out when you added this point.
referencePointThe ReferencePoint to be filled out that matches the ID passed in.

Valor de retorno

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

Descripción

Attempt to retrieve a ReferencePoint.