Show / Hide Table of Contents

    Struct RenderModel_t_Packed

    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 RenderModel_t_Packed

    Constructors

    RenderModel_t_Packed(RenderModel_t)

    Declaration
    public RenderModel_t_Packed(RenderModel_t unpacked)
    Parameters
    Type Name Description
    RenderModel_t unpacked

    Fields

    diffuseTextureId

    Declaration
    public int diffuseTextureId
    Field Value
    Type Description
    System.Int32

    rIndexData

    Declaration
    public IntPtr rIndexData
    Field Value
    Type Description
    System.IntPtr

    rVertexData

    Declaration
    public IntPtr rVertexData
    Field Value
    Type Description
    System.IntPtr

    unTriangleCount

    Declaration
    public uint unTriangleCount
    Field Value
    Type Description
    System.UInt32

    unVertexCount

    Declaration
    public uint unVertexCount
    Field Value
    Type Description
    System.UInt32

    Methods

    Unpack(ref RenderModel_t)

    Declaration
    public void Unpack(ref RenderModel_t unpacked)
    Parameters
    Type Name Description
    RenderModel_t unpacked
    In This Article
    • Constructors
      • RenderModel_t_Packed(RenderModel_t)
    • Fields
      • diffuseTextureId
      • rIndexData
      • rVertexData
      • unTriangleCount
      • unVertexCount
    • Methods
      • Unpack(ref RenderModel_t)
    Back to top Copyright (c) Valve Corporation, All rights reserved.