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

XRReferencePointSubsystem.TryAddReferencePoint

マニュアルに切り替える
public bool TryAddReferencePoint (Vector3 position, Quaternion rotation, out Experimental.XR.TrackableId referencePointId);

パラメーター

positionCurrent position, in device space, of a point you want the device to track.
rotationCurrent rotation, in device space, of a point you want the device to track.
referencePointIdIf this method returns true, this is filled out with the ID (unique to the session) of the point.

戻り値

bool If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false.

説明

Attempt to add a ReferencePoint that gets tracked by the device.


public bool TryAddReferencePoint (Pose pose, out Experimental.XR.TrackableId referencePointId);

パラメーター

poseCurrent pose, in device space, of a point you want the device to track.
referencePointIdIf this method returns true, this is filled out with the ID (unique to the session) of the point.

戻り値

bool If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false.

説明

Attempt to add a ReferencePoint that gets tracked by the device.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961