Version: 2019.1

PoseDataSource.TryGetDataFromSource

Switch to Manual
public static bool TryGetDataFromSource (SpatialTracking.TrackedPoseDriver.TrackedPose poseSource, out Pose resultPose);

Parameters

poseSourceThe pose source to request data for.
resultPoseThe resulting pose data.

Returns

bool True, if the pose source is valid, otherwise false.

Description

The GetDatafromSource method is used to query data from the XRNode subsystem based on the provided pose source.