|
abstract IntPtr | GetIntPtr () |
|
abstract string | GetSettingsErrorNameFromEnum (EVRSettingsError eError) |
|
abstract bool | Sync (bool bForce, ref EVRSettingsError peError) |
|
abstract bool | GetBool (string pchSection, string pchSettingsKey, bool bDefaultValue, ref EVRSettingsError peError) |
|
abstract void | SetBool (string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError) |
|
abstract int | GetInt32 (string pchSection, string pchSettingsKey, int nDefaultValue, ref EVRSettingsError peError) |
|
abstract void | SetInt32 (string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError) |
|
abstract float | GetFloat (string pchSection, string pchSettingsKey, float flDefaultValue, ref EVRSettingsError peError) |
|
abstract void | SetFloat (string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError) |
|
abstract void | GetString (string pchSection, string pchSettingsKey, string pchValue, uint unValueLen, string pchDefaultValue, ref EVRSettingsError peError) |
|
abstract void | SetString (string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError) |
|
abstract void | RemoveSection (string pchSection, ref EVRSettingsError peError) |
|
Definition at line 734 of file openvr_api.cs.
abstract bool Valve.VR.IVRSettings.GetBool |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
bool |
bDefaultValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract float Valve.VR.IVRSettings.GetFloat |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
float |
flDefaultValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract int Valve.VR.IVRSettings.GetInt32 |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
int |
nDefaultValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract IntPtr Valve.VR.IVRSettings.GetIntPtr |
( |
| ) |
|
|
pure virtual |
abstract string Valve.VR.IVRSettings.GetSettingsErrorNameFromEnum |
( |
EVRSettingsError |
eError | ) |
|
|
pure virtual |
abstract void Valve.VR.IVRSettings.GetString |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
string |
pchValue, |
|
|
uint |
unValueLen, |
|
|
string |
pchDefaultValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract void Valve.VR.IVRSettings.RemoveSection |
( |
string |
pchSection, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract void Valve.VR.IVRSettings.SetBool |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
bool |
bValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract void Valve.VR.IVRSettings.SetFloat |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
float |
flValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract void Valve.VR.IVRSettings.SetInt32 |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
int |
nValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract void Valve.VR.IVRSettings.SetString |
( |
string |
pchSection, |
|
|
string |
pchSettingsKey, |
|
|
string |
pchValue, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
abstract bool Valve.VR.IVRSettings.Sync |
( |
bool |
bForce, |
|
|
ref EVRSettingsError |
peError |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: