Table of Contents

Class CVRSettings

Namespace
Valve.VR
Assembly
Bonsai.VR.dll
public class CVRSettings
Inheritance
CVRSettings
Inherited Members

Methods

GetBool(string, string, ref EVRSettingsError)
GetFloat(string, string, ref EVRSettingsError)
GetInt32(string, string, ref EVRSettingsError)
GetSettingsErrorNameFromEnum(EVRSettingsError)
GetString(string, string, StringBuilder, uint, ref EVRSettingsError)
RemoveKeyInSection(string, string, ref EVRSettingsError)
RemoveSection(string, ref EVRSettingsError)
SetBool(string, string, bool, ref EVRSettingsError)
SetFloat(string, string, float, ref EVRSettingsError)
SetInt32(string, string, int, ref EVRSettingsError)
SetString(string, string, string, ref EVRSettingsError)
Sync(bool, ref EVRSettingsError)