mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0releases/2.3.0releases/2.4.0releases/2.5.0releases/2.5.1releases/2.5.2releases/2.5.3

We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

Search Results for

    Show / Hide Table of Contents

    Class CVRSettings

    Inheritance
    Object
    CVRSettings
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Microsoft.MixedReality.Toolkit.OpenVR.Headers
    Assembly: cs.temp.dll.dll
    Syntax
    public class CVRSettings

    Methods

    GetBool(String, String, ref EVRSettingsError)

    Declaration
    public bool GetBool(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    EVRSettingsError peError
    Returns
    Type Description
    Boolean

    GetFloat(String, String, ref EVRSettingsError)

    Declaration
    public float GetFloat(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    EVRSettingsError peError
    Returns
    Type Description
    Single

    GetInt32(String, String, ref EVRSettingsError)

    Declaration
    public int GetInt32(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    EVRSettingsError peError
    Returns
    Type Description
    Int32

    GetSettingsErrorNameFromEnum(EVRSettingsError)

    Declaration
    public string GetSettingsErrorNameFromEnum(EVRSettingsError eError)
    Parameters
    Type Name Description
    EVRSettingsError eError
    Returns
    Type Description
    String

    GetString(String, String, StringBuilder, UInt32, ref EVRSettingsError)

    Declaration
    public void GetString(string pchSection, string pchSettingsKey, StringBuilder pchValue, uint unValueLen, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    StringBuilder pchValue
    UInt32 unValueLen
    EVRSettingsError peError

    RemoveKeyInSection(String, String, ref EVRSettingsError)

    Declaration
    public void RemoveKeyInSection(string pchSection, string pchSettingsKey, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    EVRSettingsError peError

    RemoveSection(String, ref EVRSettingsError)

    Declaration
    public void RemoveSection(string pchSection, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    EVRSettingsError peError

    SetBool(String, String, Boolean, ref EVRSettingsError)

    Declaration
    public void SetBool(string pchSection, string pchSettingsKey, bool bValue, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    Boolean bValue
    EVRSettingsError peError

    SetFloat(String, String, Single, ref EVRSettingsError)

    Declaration
    public void SetFloat(string pchSection, string pchSettingsKey, float flValue, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    Single flValue
    EVRSettingsError peError

    SetInt32(String, String, Int32, ref EVRSettingsError)

    Declaration
    public void SetInt32(string pchSection, string pchSettingsKey, int nValue, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    Int32 nValue
    EVRSettingsError peError

    SetString(String, String, String, ref EVRSettingsError)

    Declaration
    public void SetString(string pchSection, string pchSettingsKey, string pchValue, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    String pchSection
    String pchSettingsKey
    String pchValue
    EVRSettingsError peError

    Sync(Boolean, ref EVRSettingsError)

    Declaration
    public bool Sync(bool bForce, ref EVRSettingsError peError)
    Parameters
    Type Name Description
    Boolean bForce
    EVRSettingsError peError
    Returns
    Type Description
    Boolean
    In This Article
    • Methods
      • GetBool(String, String, ref EVRSettingsError)
      • GetFloat(String, String, ref EVRSettingsError)
      • GetInt32(String, String, ref EVRSettingsError)
      • GetSettingsErrorNameFromEnum(EVRSettingsError)
      • GetString(String, String, StringBuilder, UInt32, ref EVRSettingsError)
      • RemoveKeyInSection(String, String, ref EVRSettingsError)
      • RemoveSection(String, ref EVRSettingsError)
      • SetBool(String, String, Boolean, ref EVRSettingsError)
      • SetFloat(String, String, Single, ref EVRSettingsError)
      • SetInt32(String, String, Int32, ref EVRSettingsError)
      • SetString(String, String, String, ref EVRSettingsError)
      • Sync(Boolean, ref EVRSettingsError)
    Back to top Generated by DocFX