Class BasePoseProvider
The BasePoseProvider type is used as the base interface for all "Pose Providers" Implementing this abstract class will allow the Pose Provider to be linked to a Tracked Pose Driver.
Inheritance
System.Object
BasePoseProvider
Namespace: UnityEngine.Experimental.XR.Interaction
Syntax
[Serializable]
public abstract class BasePoseProvider : MonoBehaviour
Methods
TryGetPoseFromProvider(out Pose)
Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.
Declaration
public abstract bool TryGetPoseFromProvider(out Pose output)
Parameters
Type | Name | Description |
---|---|---|
Pose | output |
Returns
Type | Description |
---|---|
System.Boolean |