Show / Hide Table of Contents

    Struct VRTextureBounds_t

    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 VRTextureBounds_t

    Fields

    uMax

    Declaration
    public float uMax
    Field Value
    Type Description
    System.Single

    uMin

    Declaration
    public float uMin
    Field Value
    Type Description
    System.Single

    vMax

    Declaration
    public float vMax
    Field Value
    Type Description
    System.Single

    vMin

    Declaration
    public float vMin
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • uMax
      • uMin
      • vMax
      • vMin
    Back to top Copyright (c) Valve Corporation, All rights reserved.