CVRSettings.SetInt32(String, String, Int32, EVRSettingsError) Method

Definition

public:
 void SetInt32(System::String ^ pchSection, System::String ^ pchSettingsKey, int nValue, Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRSettingsError % peError);
public void SetInt32 (string pchSection, string pchSettingsKey, int nValue, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRSettingsError peError);
member this.SetInt32 : string * string * int * EVRSettingsError -> unit
Public Sub SetInt32 (pchSection As String, pchSettingsKey As String, nValue As Integer, ByRef peError As EVRSettingsError)

Parameters

pchSection
String
pchSettingsKey
String
nValue
Int32

Applies to