Show / Hide Table of Contents

    Struct Compositor_OverlaySettings

    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
    public struct Compositor_OverlaySettings

    Fields

    alpha

    Declaration
    public float alpha
    Field Value
    Type Description
    System.Single

    antialias

    Declaration
    public bool antialias
    Field Value
    Type Description
    System.Boolean

    curved

    Declaration
    public bool curved
    Field Value
    Type Description
    System.Boolean

    distance

    Declaration
    public float distance
    Field Value
    Type Description
    System.Single

    gridDivs

    Declaration
    public float gridDivs
    Field Value
    Type Description
    System.Single

    gridScale

    Declaration
    public float gridScale
    Field Value
    Type Description
    System.Single

    gridWidth

    Declaration
    public float gridWidth
    Field Value
    Type Description
    System.Single

    scale

    Declaration
    public float scale
    Field Value
    Type Description
    System.Single

    size

    Declaration
    public uint size
    Field Value
    Type Description
    System.UInt32

    transform

    Declaration
    public HmdMatrix44_t transform
    Field Value
    Type Description
    HmdMatrix44_t

    uOffset

    Declaration
    public float uOffset
    Field Value
    Type Description
    System.Single

    uScale

    Declaration
    public float uScale
    Field Value
    Type Description
    System.Single

    vOffset

    Declaration
    public float vOffset
    Field Value
    Type Description
    System.Single

    vScale

    Declaration
    public float vScale
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • alpha
      • antialias
      • curved
      • distance
      • gridDivs
      • gridScale
      • gridWidth
      • scale
      • size
      • transform
      • uOffset
      • uScale
      • vOffset
      • vScale
    Back to top Copyright (c) Valve Corporation, All rights reserved.