CVRSettings.SetFloat(String, String, Single, EVRSettingsError) 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:
void SetFloat(System::String ^ pchSection, System::String ^ pchSettingsKey, float flValue, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRSettingsError % peError);
public void SetFloat (string pchSection, string pchSettingsKey, float flValue, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSettingsError peError);
member this.SetFloat : string * string * single * EVRSettingsError -> unit
Public Sub SetFloat (pchSection As String, pchSettingsKey As String, flValue As Single, ByRef peError As EVRSettingsError)
Parameters
- pchSection
- String
- pchSettingsKey
- String
- flValue
- Single
- peError
- EVRSettingsError