C# Class UnityEngine.Experimental.XR.Interaction.BasePoseProvider

Inheritance: MonoBehaviour
Datei anzeigen Open project: LeiQiaoZhi/UnityDialogueSystem

Public Methods

Method Description
TryGetPoseFromProvider ( Pose &output ) : bool

Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.

Method Details

TryGetPoseFromProvider() public abstract method

Gets the Pose value from the implementor of this abstract class. returns true on success, false on error.
public abstract TryGetPoseFromProvider ( Pose &output ) : bool
output Pose
return bool