CVRSettings.SetInt32(String, String, Int32, 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 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
- peError
- EVRSettingsError