Space Engineers
Public Member Functions | List of all members
Valve.VR.CVRSettings Class Reference
Inheritance diagram for Valve.VR.CVRSettings:
Valve.VR.IVRSettings

Public Member Functions

 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)
 

Detailed Description

Definition at line 2155 of file openvr_api.cs.

Constructor & Destructor Documentation

Valve.VR.CVRSettings.CVRSettings ( IntPtr  VRSettings)
inline

Definition at line 2157 of file openvr_api.cs.

Member Function Documentation

override bool Valve.VR.CVRSettings.GetBool ( string  pchSection,
string  pchSettingsKey,
bool  bDefaultValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2184 of file openvr_api.cs.

override float Valve.VR.CVRSettings.GetFloat ( string  pchSection,
string  pchSettingsKey,
float  flDefaultValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2206 of file openvr_api.cs.

override int Valve.VR.CVRSettings.GetInt32 ( string  pchSection,
string  pchSettingsKey,
int  nDefaultValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2195 of file openvr_api.cs.

override IntPtr Valve.VR.CVRSettings.GetIntPtr ( )
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2163 of file openvr_api.cs.

override string Valve.VR.CVRSettings.GetSettingsErrorNameFromEnum ( EVRSettingsError  eError)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2172 of file openvr_api.cs.

override void Valve.VR.CVRSettings.GetString ( string  pchSection,
string  pchSettingsKey,
string  pchValue,
uint  unValueLen,
string  pchDefaultValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2217 of file openvr_api.cs.

override void Valve.VR.CVRSettings.RemoveSection ( string  pchSection,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2227 of file openvr_api.cs.

override void Valve.VR.CVRSettings.SetBool ( string  pchSection,
string  pchSettingsKey,
bool  bValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2190 of file openvr_api.cs.

override void Valve.VR.CVRSettings.SetFloat ( string  pchSection,
string  pchSettingsKey,
float  flValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2212 of file openvr_api.cs.

override void Valve.VR.CVRSettings.SetInt32 ( string  pchSection,
string  pchSettingsKey,
int  nValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2201 of file openvr_api.cs.

override void Valve.VR.CVRSettings.SetString ( string  pchSection,
string  pchSettingsKey,
string  pchValue,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2222 of file openvr_api.cs.

override bool Valve.VR.CVRSettings.Sync ( bool  bForce,
ref EVRSettingsError  peError 
)
inlinevirtual

Implements Valve.VR.IVRSettings.

Definition at line 2178 of file openvr_api.cs.


The documentation for this class was generated from the following file: