GazeProvider.HitInfo Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
HitInfo property gives access to information at the object being gazed at, if any.
public:
property Microsoft::MixedReality::Toolkit::Input::MixedRealityRaycastHit HitInfo { Microsoft::MixedReality::Toolkit::Input::MixedRealityRaycastHit get(); };
public Microsoft.MixedReality.Toolkit.Input.MixedRealityRaycastHit HitInfo { get; }
member this.HitInfo : Microsoft.MixedReality.Toolkit.Input.MixedRealityRaycastHit
Public ReadOnly Property HitInfo As MixedRealityRaycastHit