CVROverlay.GetOverlayAutoCurveDistanceRangeInMeters 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.
public:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVROverlayError GetOverlayAutoCurveDistanceRangeInMeters(System::UInt64 ulOverlayHandle, float % pfMinDistanceInMeters, float % pfMaxDistanceInMeters);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError GetOverlayAutoCurveDistanceRangeInMeters (ulong ulOverlayHandle, ref float pfMinDistanceInMeters, ref float pfMaxDistanceInMeters);
member this.GetOverlayAutoCurveDistanceRangeInMeters : uint64 * single * single -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function GetOverlayAutoCurveDistanceRangeInMeters (ulOverlayHandle As ULong, ByRef pfMinDistanceInMeters As Single, ByRef pfMaxDistanceInMeters As Single) As EVROverlayError
Parameters
- ulOverlayHandle
- UInt64
- pfMinDistanceInMeters
- Single
- pfMaxDistanceInMeters
- Single