CVRSettings.SetFloat(String, String, Single, EVRSettingsError) Method

Definition

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

Applies to