• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.DirectX.SdkMesh
      • D3DDeclMethod
      • D3DDeclType
      • D3DDeclUsage
      • D3DVertexElement
      • SdkMeshAnimationFrame
      • SdkMeshAnimationKey
      • SdkMeshFile
      • SdkMeshFrame
      • SdkMeshFrameTransformType
      • SdkMeshIndexBuffer
      • SdkMeshIndexType
      • SdkMeshMaterial
      • SdkMeshMesh
      • SdkMeshPrimitiveType
      • SdkMeshRawAnimData
      • SdkMeshRawAnimFile
      • SdkMeshRawAnimFrameData
      • SdkMeshRawAnimHeader
      • SdkMeshRawFile
      • SdkMeshRawFrame
      • SdkMeshRawHeader
      • SdkMeshRawIndexBufferHeader
      • SdkMeshRawMaterial
      • SdkMeshRawMesh
      • SdkMeshRawSubset
      • SdkMeshRawVertexBufferHeader
      • SdkMeshSubset
      • SdkMeshVertexBuffer

    Class SdkMeshSubset

    Inheritance
    object
    SdkMeshSubset
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.DirectX.SdkMesh
    Assembly: JeremyAnsel.DirectX.SdkMesh.dll
    Syntax
    public sealed class SdkMeshSubset

    Properties

    | Edit this page View Source

    IndexCount

    Declaration
    public int IndexCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    IndexStart

    Declaration
    public int IndexStart { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    MaterialIndex

    Declaration
    public int MaterialIndex { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Name

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PrimitiveTopology

    Declaration
    public D3D11PrimitiveTopology PrimitiveTopology { get; }
    Property Value
    Type Description
    D3D11PrimitiveTopology
    | Edit this page View Source

    VertexCount

    Declaration
    public int VertexCount { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    VertexStart

    Declaration
    public int VertexStart { get; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2020-2022 Jérémy Ansel