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

XRReferencePointSubsystem.GetAllReferencePoints

切换到手册
public void GetAllReferencePoints (List<ReferencePoint> referencePointsOut);

参数

referencePointsOut包含所有参考点的 ReferencePoint 的列表。

描述

检索通过调用 XRReferencePointSubsystem.TryAddReferencePoint 而添加的所有 ReferencePoint

现有数据会替换为当前参考点的列表。 为了避免过多的堆分配,开发者可以在每次调用时重复使用该列表。只有当列表的容量 不足时才会重新分配。

如果 referencePointsOut 为 null,此方法会抛出 /ArgumentNullException/。