Show / Hide Table of Contents

    Struct VROverlayIntersectionResults_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 VROverlayIntersectionResults_t

    Fields

    fDistance

    Declaration
    public float fDistance
    Field Value
    Type Description
    System.Single

    vNormal

    Declaration
    public HmdVector3_t vNormal
    Field Value
    Type Description
    HmdVector3_t

    vPoint

    Declaration
    public HmdVector3_t vPoint
    Field Value
    Type Description
    HmdVector3_t

    vUVs

    Declaration
    public HmdVector2_t vUVs
    Field Value
    Type Description
    HmdVector2_t
    In This Article
    • Fields
      • fDistance
      • vNormal
      • vPoint
      • vUVs
    Back to top Copyright (c) Valve Corporation, All rights reserved.