• Articles
  • Tutorials
  • Api Documentation
  • Api Documentation

    Show / Hide Table of Contents

    Class SteamVR_RenderModel.RenderModel

    Inheritance
    System.Object
    SteamVR_RenderModel.RenderModel
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public class RenderModel

    Constructors

    RenderModel(Mesh, Material)

    Declaration
    public RenderModel(Mesh mesh, Material material)
    Parameters
    Type Name Description
    UnityEngine.Mesh mesh
    UnityEngine.Material material

    Properties

    material

    Declaration
    public Material material { get; }
    Property Value
    Type Description
    UnityEngine.Material

    mesh

    Declaration
    public Mesh mesh { get; }
    Property Value
    Type Description
    UnityEngine.Mesh
    In This Article
    • Constructors
      • RenderModel(Mesh, Material)
    • Properties
      • material
      • mesh
    Back to top Copyright (c) Valve Corporation, All rights reserved.