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