XRReferencePointSubsystem.TryAddReferencePoint
public bool TryAddReferencePoint(Vector3 position,
Quaternion rotation,
out Experimental.XR.TrackableId referencePointId);
Parameters
| position | Current position, in device space, of a point you want the device to track. | |
| rotation | Current rotation, in device space, of a point you want the device to track. | |
| referencePointId | If this method returns true, this is filled out with the ID (unique to the session) of the point. |
Returns
bool If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false.
Description 描述
Attempt to add a ReferencePoint that gets tracked by the device.
Parameters
| pose | Current pose, in device space, of a point you want the device to track. | |
| referencePointId | If this method returns true, this is filled out with the ID (unique to the session) of the point. |
Returns
bool If the ReferencePoint was added successfully, this method returns true. Otherwise, it returns false.
Description 描述
Attempt to add a ReferencePoint that gets tracked by the device.