예제 #1
0
            public override bool TryRemoveReferencePoint(TrackableId referencePointId)
            {
                if (NativeApi.refPoints.TryGetValue(referencePointId, out NativeApi.RefPointInfo refPointInfo))
                {
                    NativeApi.UnityXRMock_removeReferencePoint(referencePointId);
                    return(true);
                }

                return(false);
            }
 public static void Remove(TrackableId trackableId)
 {
     NativeApi.UnityXRMock_removeReferencePoint(trackableId);
 }