Table of Contents

Class CVRSettings

Namespace
Valve.VR
Assembly
Stride.VirtualReality.dll
public class CVRSettings
Inheritance
CVRSettings

Methods

GetBool(string, string, ref EVRSettingsError)

public bool GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
peError EVRSettingsError

Returns

bool

GetFloat(string, string, ref EVRSettingsError)

public float GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
peError EVRSettingsError

Returns

float

GetInt32(string, string, ref EVRSettingsError)

public int GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
peError EVRSettingsError

Returns

int

GetSettingsErrorNameFromEnum(EVRSettingsError)

public string GetSettingsErrorNameFromEnum(EVRSettingsError eError)

Parameters

eError EVRSettingsError

Returns

string

GetString(string, string, StringBuilder, uint, ref EVRSettingsError)

public void GetString(string pchSection, string pchSettingsKey, StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
pchValue StringBuilder
unValueLen uint
peError EVRSettingsError

RemoveKeyInSection(string, string, ref EVRSettingsError)

public void RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
peError EVRSettingsError

RemoveSection(string, ref EVRSettingsError)

public void RemoveSection(string pchSection, ref EVRSettingsError peError)

Parameters

pchSection string
peError EVRSettingsError

SetBool(string, string, bool, ref EVRSettingsError)

public void SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
bValue bool
peError EVRSettingsError

SetFloat(string, string, float, ref EVRSettingsError)

public void SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
flValue float
peError EVRSettingsError

SetInt32(string, string, int, ref EVRSettingsError)

public void SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
nValue int
peError EVRSettingsError

SetString(string, string, string, ref EVRSettingsError)

public void SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)

Parameters

pchSection string
pchSettingsKey string
pchValue string
peError EVRSettingsError