Show / Hide Table of Contents

    Struct SteamVR_ExternalCamera.Config

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    [Serializable]
    public struct Config

    Fields

    a

    Declaration
    public float a
    Field Value
    Type Description
    System.Single

    b

    Declaration
    public float b
    Field Value
    Type Description
    System.Single

    disableStandardAssets

    Declaration
    public bool disableStandardAssets
    Field Value
    Type Description
    System.Boolean

    far

    Declaration
    public float far
    Field Value
    Type Description
    System.Single

    farOffset

    Declaration
    public float farOffset
    Field Value
    Type Description
    System.Single

    fov

    Declaration
    public float fov
    Field Value
    Type Description
    System.Single

    frameSkip

    Declaration
    public float frameSkip
    Field Value
    Type Description
    System.Single

    g

    Declaration
    public float g
    Field Value
    Type Description
    System.Single

    hmdOffset

    Declaration
    public float hmdOffset
    Field Value
    Type Description
    System.Single

    near

    Declaration
    public float near
    Field Value
    Type Description
    System.Single

    nearOffset

    Declaration
    public float nearOffset
    Field Value
    Type Description
    System.Single

    r

    Declaration
    public float r
    Field Value
    Type Description
    System.Single

    rx

    Declaration
    public float rx
    Field Value
    Type Description
    System.Single

    ry

    Declaration
    public float ry
    Field Value
    Type Description
    System.Single

    rz

    Declaration
    public float rz
    Field Value
    Type Description
    System.Single

    sceneResolutionScale

    Declaration
    public float sceneResolutionScale
    Field Value
    Type Description
    System.Single

    x

    Declaration
    public float x
    Field Value
    Type Description
    System.Single

    y

    Declaration
    public float y
    Field Value
    Type Description
    System.Single

    z

    Declaration
    public float z
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • a
      • b
      • disableStandardAssets
      • far
      • farOffset
      • fov
      • frameSkip
      • g
      • hmdOffset
      • near
      • nearOffset
      • r
      • rx
      • ry
      • rz
      • sceneResolutionScale
      • x
      • y
      • z
    Back to top Copyright (c) Valve Corporation, All rights reserved.