SpherePointer.TryGetDistanceToNearestSurface(Single) Method
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.
Near pointers often interact with surfaces.
This method provides a mechanism to get the distance to the closest surface the near pointer is interacting with.
public:
virtual bool TryGetDistanceToNearestSurface([Runtime::InteropServices::Out] float % distance);
public bool TryGetDistanceToNearestSurface (out float distance);
abstract member TryGetDistanceToNearestSurface : single -> bool
override this.TryGetDistanceToNearestSurface : single -> bool
Public Function TryGetDistanceToNearestSurface (ByRef distance As Single) As Boolean
Parameters
- distance
- Single
Out parameter filled with the distance along the surface normal from the surface to the pointer if available, otherwise 0.0f.
Returns
True if a distance was retrieved, false if not.