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

XRReferencePointSubsystem.TryGetReferencePoint

マニュアルに切り替える
public bool TryGetReferencePoint (Experimental.XR.TrackableId referencePointId, out Experimental.XR.ReferencePoint referencePoint);

パラメーター

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.

戻り値

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

説明

Attempt to retrieve a ReferencePoint.