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